Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/tests/
H A Dbug65510.phpt4 allow_url_include=1
H A Dbug64353.phpt4 allow_url_include=1
/PHP-7.1/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.1/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.1/Zend/tests/
H A Drequire_parse_exception.phpt4 allow_url_include=1
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c230 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
249 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
315 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
/PHP-7.1/main/
H A Dphp_globals.h154 zend_bool allow_url_include; member
H A Dmain.c632 …STD_PHP_INI_BOOLEAN("allow_url_include", "0", PHP_INI_SYSTEM, OnUpdateBool, allow_url_include, …
/PHP-7.1/ext/standard/tests/strings/
H A Dhighlight_file.phpt9 allow_url_include=1
/PHP-7.1/main/streams/
H A Duserspace.c355 !PG(allow_url_include)) { in user_wrapper_opener()
H A Dstreams.c1863 PG(in_user_include)) && !PG(allow_url_include)))) {
/PHP-7.1/
H A Dphp.ini-development839 allow_url_include = Off
H A Dphp.ini-production839 allow_url_include = Off

Completed in 74 milliseconds