Home
last modified time | relevance | path

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

/PHP-5.6/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.c5265 int old_error_reporting = EG(error_reporting); local
5284 EG(error_reporting) = old_error_reporting;
5292 EG(error_reporting) = old_error_reporting;
/PHP-5.6/ext/dom/
H A Ddocument.c1500 int old_error_reporting = 0; in dom_document_parser() local
1584 old_error_reporting = EG(error_reporting); in dom_document_parser()
1585 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1593 EG(error_reporting) = old_error_reporting; in dom_document_parser()
/PHP-5.6/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.6/Zend/
H A Dzend_builtin_functions.c633 int old_error_reporting; in ZEND_FUNCTION() local
639 old_error_reporting = EG(error_reporting); in ZEND_FUNCTION()
644 RETVAL_LONG(old_error_reporting); in ZEND_FUNCTION()
H A Dzend_vm_def.h4869 if (EX(old_error_reporting) == NULL) {
4870 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var;
4932 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) {
4933 EX(old_error_reporting) = NULL;
5321 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !…
5325 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5330 EX(old_error_reporting) = NULL;
H A Dzend_compile.h403 zval *old_error_reporting; member
H A Dzend_execute.c1688 EX(old_error_reporting) = NULL; in i_create_execute_data_from_op_array()
H A Dzend_vm_execute.h986 if (EX(old_error_reporting) == NULL) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
987 EX(old_error_reporting) = &EX_T(opline->result.var).tmp_var; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
1254 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1258 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1263 EX(old_error_reporting) = NULL; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
8639 if (EX(old_error_reporting) == &EX_T(opline->op1.var).tmp_var) { in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
8640 EX(old_error_reporting) = NULL; in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.c1114 EX(old_error_reporting) = NULL; in phpdbg_create_execute_data()

Completed in 199 milliseconds