Searched defs:exception (Results 1 – 11 of 11) sorted by relevance
80 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous()155 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal()208 zend_object *exception; in zend_clear_exception() local656 zval trace, *exception; in ZEND_METHOD() local924 zval exception, rv; in zend_exception_error() local998 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
19 public function throw(Throwable $exception): mixed {}
478 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception()971 zval *exception; in ZEND_METHOD() local
346 zend_class_entry *exception; member
215 zend_object *exception, *prev_exception; member
4569 zend_object *exception; variable
4464 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
30 zend_bool exception; variable
1693 zend_object *exception = EG(exception); in phpdbg_execute_ex() local1873 zend_object *exception = EG(exception); in phpdbg_force_interruption() local
734 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception… in phpdbg_check_caught_ex()
77 zend_bool exception; member
Completed in 238 milliseconds