?>
--EXPECT--
+Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
syntax error, unexpected end of file on line 2
syntax error, unexpected end of file on line 3
syntax error, unexpected end of file, expecting '(' on line 2
echo "OK\n";
?>
--EXPECT--
+Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
OK
parseQuery();
echo "ok\n";
--EXPECT--
+Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
ok
echo file_get_contents("test2://hello"),"\n";
include "test2://hello";
--EXPECTF--
+Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
+
Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %sinclude_userstream_003.php on line 86
Warning: file_get_contents(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_userstream_003.php on line 86
echo "Done\n";
?>
--EXPECTF--
+Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
+
Warning: highlight_file() expects at least 1 parameter, 0 given in %s on line %d
bool(false)
"Directive '%s' is deprecated",
{
"track_errors",
+ "allow_url_include",
NULL
}
},