Home
last modified time | relevance | path

Searched refs:allow_url_fopen (Results 1 – 25 of 71) sorted by last modified time

123

/PHP-7.4/main/streams/
H A Dstreams.c1929 (!PG(allow_url_fopen) ||
1934 if (!PG(allow_url_fopen)) {
/PHP-7.4/main/
H A Dmain.c840 …STD_PHP_INI_BOOLEAN("allow_url_fopen", "1", PHP_INI_SYSTEM, OnUpdateBool, allow_url_fopen, ph…
H A Dphp_globals.h134 zend_bool allow_url_fopen; member
/PHP-7.4/ext/standard/tests/http/
H A Dbug80838.phpt4 allow_url_fopen=1
H A Dbug78719.phpt6 allow_url_fopen=1
H A Dbug79265.phpt4 allow_url_fopen=1
H A Dbug79265_2.phpt4 allow_url_fopen=1
H A Dbug69337.phpt6 allow_url_fopen=1
H A Dbug75535.phpt6 allow_url_fopen=1
H A Dhttp_response_header_01.phpt6 allow_url_fopen=1
H A Dhttp_response_header_02.phpt6 allow_url_fopen=1
H A Dhttp_response_header_03.phpt6 allow_url_fopen=1
H A Dhttp_response_header_04.phpt6 allow_url_fopen=1
H A Dhttp_response_header_05.phpt6 allow_url_fopen=1
/PHP-7.4/ext/soap/
H A Dphp_xml.c89 old_allow_url_fopen = PG(allow_url_fopen); in soap_xmlParseFile()
90 PG(allow_url_fopen) = 1; in soap_xmlParseFile()
92 PG(allow_url_fopen) = old_allow_url_fopen; in soap_xmlParseFile()
H A Dphp_http.c470 old_allow_url_fopen = PG(allow_url_fopen); in make_http_soap_request()
471 PG(allow_url_fopen) = 1; in make_http_soap_request()
478 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
531 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
536 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
/PHP-7.4/
H A Dphp.ini-development857 allow_url_fopen = On
H A Dphp.ini-production857 allow_url_fopen = On
/PHP-7.4/sapi/cli/tests/
H A Dbug65066_100.phpt4 allow_url_fopen=1
H A Dbug65066_422.phpt4 allow_url_fopen=1
H A Dbug65066_511.phpt4 allow_url_fopen=1
H A Dbug66606_2.phpt4 allow_url_fopen=1
H A Dphp_cli_server_004.phpt4 allow_url_fopen=1
/PHP-7.4/ext/standard/tests/strings/
H A Dhighlight_file.phpt10 allow_url_fopen=1
/PHP-7.4/ext/standard/tests/streams/
H A Dbug40459.phpt4 allow_url_fopen=1

Completed in 44 milliseconds

123