Searched refs:old_allow_url_fopen (Results 1 – 2 of 2) sorted by relevance
84 zend_bool old_allow_url_fopen; in soap_xmlParseFile() local90 old_allow_url_fopen = PG(allow_url_fopen); in soap_xmlParseFile()93 PG(allow_url_fopen) = old_allow_url_fopen; in soap_xmlParseFile()
360 zend_bool old_allow_url_fopen; in make_http_soap_request() local465 old_allow_url_fopen = PG(allow_url_fopen); in make_http_soap_request()471 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()521 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()526 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
Completed in 16 milliseconds