Searched refs:old_error_reporting (Results 1 – 4 of 4) sorted by relevance
415 int old_error_reporting; in ZEND_FUNCTION() local422 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()424 if (!err_is_null && err != old_error_reporting) { in ZEND_FUNCTION()431 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()454 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()
1354 int old_error_reporting = 0; in dom_document_parser() local1443 old_error_reporting = EG(error_reporting); in dom_document_parser()1444 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()1452 EG(error_reporting) = old_error_reporting; in dom_document_parser()
174 int old_error_reporting; in http_connect() local196 old_error_reporting = EG(error_reporting); in http_connect()321 EG(error_reporting) = old_error_reporting; in http_connect()
1849 int old_error_reporting = EG(error_reporting); local1870 EG(error_reporting) = old_error_reporting;
Completed in 29 milliseconds