Home
last modified time | relevance | path

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

/php-src/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()
169 zend_object *exception = EG(exception); in zend_test_fiber_object_destroy() local
/php-src/Zend/
H A Dzend_exceptions.c96 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous()
171 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal()
234 zend_object *exception; in zend_clear_exception() local
649 zval trace, *exception; in ZEND_METHOD() local
896 zval exception, rv; in zend_exception_error() local
986 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
H A Dzend_generators.stub.php23 public function throw(Throwable $exception): mixed {}
H A Dzend_fibers.stub.php17 public function throw(Throwable $exception): mixed {}
H A Dzend_fibers.c644 zend_fiber_context *context, zval *value, bool exception in zend_fiber_switch_to()
668 …always_inline zend_fiber_transfer zend_fiber_resume(zend_fiber *fiber, zval *value, bool exception) in zend_fiber_resume()
715 zend_object *exception = EG(exception); in zend_fiber_object_destroy() local
911 zval *exception; in ZEND_METHOD() local
H A Dzend_generators.c453 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception()
956 zval *exception; in ZEND_METHOD() local
H A Dzend.h404 zend_class_entry *exception; member
H A Dzend_globals.h246 zend_object *exception, *prev_exception; member
H A Dzend_vm_def.h4661 zend_object *exception; variable
H A Dzend_vm_execute.h4826 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
/php-src/ext/standard/
H A Dassert.c30 bool exception; variable
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1656 zend_object *exception = EG(exception); in phpdbg_execute_ex() local
1834 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-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h71 bool exception; member

Completed in 204 milliseconds