Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_exceptions.c80 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() local
656 zval trace, *exception; in ZEND_METHOD() local
924 zval exception, rv; in zend_exception_error() local
998 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()
H A Dzend_generators.stub.php19 public function throw(Throwable $exception): mixed {}
H A Dzend_generators.c478 static void zend_generator_throw_exception(zend_generator *generator, zval *exception) in zend_generator_throw_exception()
971 zval *exception; in ZEND_METHOD() local
H A Dzend.h346 zend_class_entry *exception; member
H A Dzend_globals.h215 zend_object *exception, *prev_exception; member
H A Dzend_vm_def.h4569 zend_object *exception; variable
H A Dzend_vm_execute.h4464 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
/PHP-8.0/ext/standard/
H A Dassert.c30 zend_bool exception; variable
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1693 zend_object *exception = EG(exception); in phpdbg_execute_ex() local
1873 zend_object *exception = EG(exception); in phpdbg_force_interruption() local
H A Dphpdbg_utils.c734 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception in phpdbg_check_caught_ex()
/PHP-8.0/ext/sqlite3/
H A Dphp_sqlite3_structs.h77 zend_bool exception; member

Completed in 205 milliseconds