Home
last modified time | relevance | path

Searched refs:EH_NORMAL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/Zend/
H A Dzend.h305 EH_NORMAL = 0, enumerator
H A Dzend.c576 executor_globals->error_handling = EH_NORMAL; in executor_globals_ctor()
1191 || EG(error_handling) != EH_NORMAL) { in zend_error()
H A Dzend_execute_API.c151 EG(error_handling) = EH_NORMAL; in init_executor()
H A Dzend_API.c4122 if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in zend_replace_error_handling()
/PHP-7.1/main/
H A Dmain.c1083 if (EG(error_handling) != EH_NORMAL) { in php_error_cb()

Completed in 36 milliseconds