Searched defs:exception (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/ext/zend_test/ |
H A D | fiber.c | 26 …_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() 170 zend_object *exception = EG(exception); in zend_test_fiber_object_destroy() local
|
/PHP-8.3/Zend/ |
H A D | zend_exceptions.c | 95 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous() 173 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal() 236 zend_object *exception; in zend_clear_exception() local 652 zval trace, *exception; in ZEND_METHOD() local 904 zval exception, rv; in zend_exception_error() local 995 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
|
H A D | zend_generators.stub.php | 23 public function throw(Throwable $exception): mixed {}
|
H A D | zend_fibers.stub.php | 17 public function throw(Throwable $exception): mixed {}
|
H A D | zend_fibers.c | 640 zend_fiber_context *context, zval *value, bool exception in zend_fiber_switch_to() 664 …always_inline zend_fiber_transfer zend_fiber_resume(zend_fiber *fiber, zval *value, bool exception) in zend_fiber_resume() 711 zend_object *exception = EG(exception); in zend_fiber_object_destroy() local 925 zval *exception; in ZEND_METHOD() local
|
H A D | zend_generators.c | 495 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception() 1012 zval *exception; in ZEND_METHOD() local
|
H A D | zend.h | 402 zend_class_entry *exception; member
|
H A D | zend_globals.h | 246 zend_object *exception, *prev_exception; member
|
H A D | zend_vm_def.h | 4653 zend_object *exception; variable
|
H A D | zend_vm_execute.h | 4728 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
|
/PHP-8.3/ext/standard/ |
H A D | assert.c | 30 bool exception; variable
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1660 zend_object *exception = EG(exception); in phpdbg_execute_ex() local 1838 zend_object *exception = EG(exception); in phpdbg_force_interruption() local
|
H A D | phpdbg_utils.c | 611 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception) { in phpdbg_check_caught_ex()
|
/PHP-8.3/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 71 bool exception; member
|
Completed in 200 milliseconds