Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_exceptions.c47 static zend_class_entry zend_ce_unwind_exit; variable
796 INIT_CLASS_ENTRY(zend_ce_unwind_exit, "UnwindExit", NULL); in zend_register_default_exception()
959 } else if (ce_exception == &zend_ce_unwind_exit || ce_exception == &zend_ce_graceful_exit) { in zend_exception_error()
1007 return zend_objects_new(&zend_ce_unwind_exit); in zend_create_unwind_exit()
1033 return ex->ce == &zend_ce_unwind_exit; in zend_is_unwind_exit()

Completed in 139 milliseconds