Searched refs:E_DONT_BAIL (Results 1 – 3 of 3) sorted by relevance
41 #define E_DONT_BAIL (1<<15L) macro
912 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()957 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error()
1455 if (!(orig_type & E_DONT_BAIL)) { in php_error_cb()
Completed in 19 milliseconds