Searched refs:old_error_reporting (Results 1 – 4 of 4) sorted by relevance
384 int old_error_reporting; in ZEND_FUNCTION() local391 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()393 if (!err_is_null && err != old_error_reporting) { in ZEND_FUNCTION()400 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()423 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()
1265 int old_error_reporting = 0; in dom_document_parser() local1347 old_error_reporting = EG(error_reporting); in dom_document_parser()1348 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()1356 EG(error_reporting) = old_error_reporting; in dom_document_parser()
177 int old_error_reporting; in http_connect() local199 old_error_reporting = EG(error_reporting); in http_connect()324 EG(error_reporting) = old_error_reporting; in http_connect()
1870 int old_error_reporting = EG(error_reporting); local1891 EG(error_reporting) = old_error_reporting;
Completed in 22 milliseconds