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()
363 zend_bool old_allow_url_fopen; in make_http_soap_request() local469 old_allow_url_fopen = PG(allow_url_fopen); in make_http_soap_request()477 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()530 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()535 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
Completed in 8 milliseconds