Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_builtin_functions.c388 int old_error_reporting; in ZEND_FUNCTION() local
395 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()
397 if (!err_is_null && err != old_error_reporting) { in ZEND_FUNCTION()
404 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()
427 RETURN_LONG(old_error_reporting); in ZEND_FUNCTION()
/php-src/ext/dom/
H A Ddocument.c1324 int old_error_reporting = 0; in dom_document_parser() local
1411 old_error_reporting = EG(error_reporting); in dom_document_parser()
1412 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1420 EG(error_reporting) = old_error_reporting; in dom_document_parser()
/php-src/ext/soap/
H A Dphp_http.c163 int old_error_reporting; in http_connect() local
185 old_error_reporting = EG(error_reporting); in http_connect()
310 EG(error_reporting) = old_error_reporting; in http_connect()
/php-src/ext/standard/
H A Dbasic_functions.c1835 int old_error_reporting = EG(error_reporting); local
1856 EG(error_reporting) = old_error_reporting;

Completed in 33 milliseconds