Home
last modified time | relevance | path

Searched refs:allow_url_include (Results 1 – 21 of 21) sorted by relevance

/PHP-7.3/ext/opcache/tests/
H A Dbug65510.phpt4 allow_url_include=1
H A Dbug64353.phpt4 allow_url_include=1
/PHP-7.3/ext/standard/tests/http/
H A Dhttp_response_header_05.phpt7 allow_url_include=1
H A Dhttp_response_header_04.phpt7 allow_url_include=1
H A Dhttp_response_header_01.phpt7 allow_url_include=1
H A Dhttp_response_header_02.phpt7 allow_url_include=1
H A Dhttp_response_header_03.phpt7 allow_url_include=1
H A Dbug69337.phpt7 allow_url_include=1
H A Dbug60570.phpt7 allow_url_include=1
/PHP-7.3/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt5 allow_url_include=0
100 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_include=0 i…
H A Dinclude_userstream_001.phpt5 allow_url_include=0
H A Dinclude_userstream_003.phpt5 allow_url_include=1
/PHP-7.3/Zend/tests/
H A Drequire_parse_exception.phpt4 allow_url_include=1
/PHP-7.3/ext/standard/
H A Dphp_fopen_wrapper.c222 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
241 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
307 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
/PHP-7.3/main/
H A Dphp_globals.h146 zend_bool allow_url_include; member
H A Dmain.c787 …STD_PHP_INI_BOOLEAN("allow_url_include", "0", PHP_INI_SYSTEM, OnUpdateBool, allow_url_include, …
/PHP-7.3/ext/standard/tests/strings/
H A Dhighlight_file.phpt9 allow_url_include=1
/PHP-7.3/main/streams/
H A Duserspace.c354 !PG(allow_url_include)) { in user_wrapper_opener()
H A Dstreams.c1854 PG(in_user_include)) && !PG(allow_url_include)))) {
/PHP-7.3/
H A Dphp.ini-development854 allow_url_include = Off
H A Dphp.ini-production856 allow_url_include = Off

Completed in 55 milliseconds