Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-8.2/ext/standard/tests/mail/
H A Dmail_basic7.phpt8 error_reporting(-1);
/PHP-8.2/tests/lang/operators/
H A Ddivide_variationStr.phpt11 error_reporting(E_ERROR);
H A Dmodulus_variationStr.phpt11 error_reporting(E_ERROR);
H A DbitwiseShiftLeft_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseShiftLeft_variationStr.phpt11 error_reporting(E_ERROR);
H A DbitwiseShiftLeft_variationStr_64bit.phpt15 error_reporting(E_ERROR);
H A DbitwiseShiftRight_basiclong_64bit.phpt23 error_reporting(E_ERROR);
H A DbitwiseShiftRight_variationStr.phpt11 error_reporting(E_ERROR);
/PHP-8.2/ext/com_dotnet/tests/
H A Dvariants_x64.phpt13 error_reporting(E_ALL);
/PHP-8.2/ext/oci8/tests/
H A Dedition_2.phpt32 error_reporting(E_ALL ^ E_DEPRECATED);
/PHP-8.2/ext/dom/
H A Ddocument.c1303 old_error_reporting = EG(error_reporting); in dom_document_parser()
1304 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1312 EG(error_reporting) = old_error_reporting; in dom_document_parser()
/PHP-8.2/Zend/
H A Dzend.c104 EG(error_reporting) = E_ALL; in ZEND_INI_MH()
106 EG(error_reporting) = atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH()
998 EG(error_reporting) = E_ALL & ~E_NOTICE; in zend_startup()
H A Dzend_vm_gen.php50 error_reporting(E_ALL);
H A Dzend_vm_def.h7460 ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting));
7462 if (!E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))) {
7465 EG(error_reporting) &= E_FATAL_ERRORS;
7494 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))
7496 EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var));
H A Dzend_execute.c4405 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting)) in cleanup_live_vars()
4407 EG(error_reporting) = Z_LVAL_P(var); in cleanup_live_vars()
H A Dzend_vm_execute.h2958 ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting)); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
2960 if (!E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting))) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
2963 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
19387 if (E_HAS_ONLY_FATAL_ERRORS(EG(error_reporting)) in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
19389 EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var)); in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/PHP-8.2/ext/mbstring/ucgendat/
H A Ducgendat.php2 <?php error_reporting(E_ALL);
/PHP-8.2/ext/standard/
H A Dbasic_functions.c1878 int old_error_reporting = EG(error_reporting);
1890 EG(error_reporting) = E_ERROR;
1899 EG(error_reporting) = old_error_reporting;
/PHP-8.2/main/
H A Dmain.c1280 if (display && ((EG(error_reporting) & type) || (type & E_CORE)) in php_error_cb()
1651 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
1683 if (EG(error_reporting) & E_WARNING) { in php_message_handler_for_zend()
/PHP-8.2/tests/lang/
H A D028.phpt6 error_reporting(1023);
/PHP-8.2/ext/imap/
H A Dphp_imap.c536 if (EG(error_reporting) & E_NOTICE) { in PHP_RSHUTDOWN_FUNCTION()
551 if (EG(error_reporting) & E_NOTICE) { in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.2/Zend/tests/
H A DErrorException_getSeverity.phpt6 error_reporting = E_ALL
/PHP-8.2/
H A Dphp.ini-development107 ; error_reporting
489 error_reporting = E_ALL
H A Dphp.ini-production107 ; error_reporting
491 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
/PHP-8.2/build/
H A Dgen_stub.php17 error_reporting(E_ALL);

Completed in 248 milliseconds

1...<<111213141516