Home
last modified time | relevance | path

Searched refs:E_DONT_BAIL (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_errors.h40 #define E_DONT_BAIL (1<<15L) macro
H A Dzend_exceptions.c935 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()
980 zend_error_va(severity | E_DONT_BAIL, in zend_exception_error()
/PHP-8.0/main/
H A Dmain.c1386 if (!(orig_type & E_DONT_BAIL)) { in php_error_cb()

Completed in 16 milliseconds