Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dassert.c158 int old_error_reporting = 0; /* shut up gcc! */ in PHP_FUNCTION() local
163 old_error_reporting = EG(error_reporting); in PHP_FUNCTION()
183 EG(error_reporting) = old_error_reporting; in PHP_FUNCTION()
H A Dbasic_functions.c5229 int old_error_reporting = EG(error_reporting); local
5248 EG(error_reporting) = old_error_reporting;
5256 EG(error_reporting) = old_error_reporting;
/PHP-5.4/Zend/
H A Dzend_vm_execute.skl32 EX(old_error_reporting) = NULL;
H A Dzend_builtin_functions.c630 int old_error_reporting; in ZEND_FUNCTION() local
636 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()
641 RETVAL_LONG(old_error_reporting); in ZEND_FUNCTION()
H A Dzend_vm_def.h4630 if (EX(old_error_reporting) == NULL) {
4631 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var;
4693 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) {
4694 EX(old_error_reporting) = NULL;
5067 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !…
5069 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5074 EX(old_error_reporting) = NULL;
H A Dzend_compile.h377 zval *old_error_reporting; member
H A Dzend_vm_execute.h369 EX(old_error_reporting) = NULL; in execute()
854 if (EX(old_error_reporting) == NULL) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
855 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
1107 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1109 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1114 EX(old_error_reporting) = NULL; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
7302 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) { in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
7303 EX(old_error_reporting) = NULL; in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/PHP-5.4/ext/soap/
H A Dphp_http.c171 int old_error_reporting; in http_connect() local
193 old_error_reporting = EG(error_reporting); in http_connect()
252 EG(error_reporting) = old_error_reporting; in http_connect()
/PHP-5.4/ext/dom/
H A Ddocument.c1561 int old_error_reporting = 0; in dom_document_parser() local
1645 old_error_reporting = EG(error_reporting); in dom_document_parser()
1646 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1654 EG(error_reporting) = old_error_reporting; in dom_document_parser()

Completed in 134 milliseconds