Searched refs:old_allow_url_fopen (Results 1 – 2 of 2) sorted by relevance
83 zend_bool old_allow_url_fopen; in soap_xmlParseFile() local89 old_allow_url_fopen = PG(allow_url_fopen); in soap_xmlParseFile()92 PG(allow_url_fopen) = old_allow_url_fopen; in soap_xmlParseFile()
364 zend_bool old_allow_url_fopen; in make_http_soap_request() local470 old_allow_url_fopen = PG(allow_url_fopen); 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()
Completed in 8 milliseconds