Home
last modified time | relevance | path

Searched refs:zend_throw_exception_internal (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_exceptions.h44 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception);
H A Dzend_exceptions.c173 ZEND_API ZEND_COLD void zend_throw_exception_internal(zend_object *exception) /* {{{ */ in zend_throw_exception_internal() function
845 zend_throw_exception_internal(Z_OBJ(ex)); in zend_throw_exception_zstr()
1009 zend_throw_exception_internal(Z_OBJ_P(exception)); in zend_throw_exception_object()
H A Dzend_fibers.c632 zend_throw_exception_internal(Z_OBJ(transfer->value)); in zend_fiber_delegate_transfer_result()
H A Dzend_generators.c852 zend_throw_exception_internal(NULL); in zend_generator_resume()
H A Dzend_execute_API.c1018 zend_throw_exception_internal(NULL); in zend_call_function()
/PHP-8.3/ext/standard/
H A Dassert.c197 zend_throw_exception_internal(description_obj); in PHP_FUNCTION()
/PHP-8.3/ext/zend_test/
H A Dfiber.c218 zend_throw_exception_internal(Z_OBJ(transfer->value)); in delegate_transfer_result()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c78 zend_throw_exception_internal(NULL); in zend_jit_leave_nested_func_helper()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1638 zend_throw_exception_internal(exception); \

Completed in 52 milliseconds