Home
last modified time | relevance | path

Searched refs:error_reporting (Results 376 – 385 of 385) sorted by relevance

1...<<111213141516

/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt6 error_reporting=E_ALL^E_DEPRECATED
/php-src/ext/dom/
H A Dhtml_document.c775 …return php_libxml_uses_internal_errors() || ((EG(error_reporting) | EG(user_error_handler_error_re… in dom_should_register_error_handlers()
/php-src/Zend/tests/
H A DErrorException_getSeverity.phpt6 error_reporting = E_ALL
/php-src/Zend/
H A Dzend_vm_gen.php50 error_reporting(E_ALL);
H A Dzend_vm_def.h7576 ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting));
7578 if (!E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))) {
7581 EG(error_reporting) &= E_FATAL_ERRORS;
7610 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))
7612 EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var));
H A Dzend_execute.c4531 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting)) in cleanup_live_vars()
4533 EG(error_reporting) = Z_LVAL_P(var); in cleanup_live_vars()
H A Dzend_vm_execute.h3011 ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting)); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
3013 if (!E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
3016 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
19792 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting)) in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
19794 EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var)); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/php-src/
H A Dphp.ini-development107 ; error_reporting
499 error_reporting = E_ALL
H A Dphp.ini-production107 ; error_reporting
501 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
/php-src/build/
H A Dgen_stub.php19 error_reporting(E_ALL);

Completed in 231 milliseconds

1...<<111213141516