Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/zend_test/
H A Dfiber.c26 …_fiber_transfer zend_test_fiber_switch_to(zend_fiber_context *context, zval *value, bool exception) in zend_test_fiber_switch_to()
49 …tic zend_fiber_transfer zend_test_fiber_resume(zend_test_fiber *fiber, zval *value, bool exception) in zend_test_fiber_resume()
166 zend_object *exception = EG(exception); in zend_test_fiber_object_destroy() local
/PHP-8.2/Zend/
H A Dzend_generators.stub.php23 public function throw(Throwable $exception): mixed {}
H A Dzend_exceptions.c95 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous()
170 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal()
223 zend_object *exception; in zend_clear_exception() local
652 zval trace, *exception; in ZEND_METHOD() local
897 zval exception, rv; in zend_exception_error() local
988 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
H A Dzend_fibers.stub.php17 public function throw(Throwable $exception): mixed {}
H A Dzend_fibers.c556 zend_fiber_context *context, zval *value, bool exception in zend_fiber_switch_to()
580 …always_inline zend_fiber_transfer zend_fiber_resume(zend_fiber *fiber, zval *value, bool exception) in zend_fiber_resume()
630 zend_object *exception = EG(exception); in zend_fiber_object_destroy() local
844 zval *exception; in ZEND_METHOD() local
H A Dzend_generators.c512 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception()
1029 zval *exception; in ZEND_METHOD() local
H A Dzend.h398 zend_class_entry *exception; member
H A Dzend_globals.h226 zend_object *exception, *prev_exception; member
H A Dzend_vm_def.h4600 zend_object *exception; variable
H A Dzend_vm_execute.h4680 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
/PHP-8.2/ext/standard/
H A Dassert.c30 bool exception; variable
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1662 zend_object *exception = EG(exception); in phpdbg_execute_ex() local
1840 zend_object *exception = EG(exception); in phpdbg_force_interruption() local
H A Dphpdbg_utils.c611 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception) { in phpdbg_check_caught_ex()
/PHP-8.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h77 bool exception; member

Completed in 203 milliseconds