Home
last modified time | relevance | path

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

/PHP-5.5/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.c5291 int old_error_reporting = EG(error_reporting); local
5310 EG(error_reporting) = old_error_reporting;
5318 EG(error_reporting) = old_error_reporting;
/PHP-5.5/ext/soap/
H A Dphp_http.c172 int old_error_reporting; in http_connect() local
194 old_error_reporting = EG(error_reporting); in http_connect()
314 EG(error_reporting) = old_error_reporting; in http_connect()
/PHP-5.5/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()
/PHP-5.5/Zend/
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.h4636 if (EX(old_error_reporting) == NULL) {
4637 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var;
4699 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) {
4700 EX(old_error_reporting) = NULL;
5084 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !…
5088 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5093 EX(old_error_reporting) = NULL;
H A Dzend_compile.h391 zval *old_error_reporting; member
H A Dzend_execute.c1645 EX(old_error_reporting) = NULL; in i_create_execute_data_from_op_array()
H A Dzend_vm_execute.h798 if (EX(old_error_reporting) == NULL) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
799 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
1062 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1066 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1071 EX(old_error_reporting) = NULL; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
8278 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) { in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8279 EX(old_error_reporting) = NULL; in ZEND_END_SILENCE_SPEC_TMP_HANDLER()

Completed in 160 milliseconds