Home
last modified time | relevance | path

Searched refs:old_error_reporting (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/dom/
H A Ddocument.c1176 int old_error_reporting = 0; in dom_document_parser() local
1262 old_error_reporting = EG(error_reporting); in dom_document_parser()
1263 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1271 EG(error_reporting) = old_error_reporting; in dom_document_parser()
/PHP-8.0/ext/soap/
H A Dphp_http.c169 int old_error_reporting; in http_connect() local
191 old_error_reporting = EG(error_reporting); in http_connect()
316 EG(error_reporting) = old_error_reporting; in http_connect()
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c374 int old_error_reporting; in ZEND_FUNCTION() local
381 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()
419 RETVAL_LONG(old_error_reporting); in ZEND_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1938 int old_error_reporting = EG(error_reporting); local
1963 EG(error_reporting) = old_error_reporting;

Completed in 192 milliseconds