--- embedaddon/php/ext/standard/tests/file/file_get_contents_error001.phpt 2012/02/21 23:48:03 1.1 +++ embedaddon/php/ext/standard/tests/file/file_get_contents_error001.phpt 2013/10/14 08:02:39 1.1.1.2 @@ -10,6 +10,7 @@ display_errors=false if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); if (!function_exists("file_get_contents")) die ("skip file_get_contents function is not found"); + if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); ?> --FILE--