Home
last modified time | relevance | path

Searched refs:zend_exception_set_previous (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend_exceptions.h43 ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);
H A Dzend_exceptions.c96 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous() function
144 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()
157 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()
194 zend_exception_set_previous(exception, EG(exception)); in zend_throw_exception_internal()
H A Dzend_objects.c199 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
H A Dzend_fibers.c792 zend_exception_set_previous(EG(exception), exception); in zend_fiber_object_destroy()
H A Dzend_generators.c326 zend_exception_set_previous(EG(exception), old_exception); in zend_generator_dtor_storage()
H A Dzend_vm_def.h8086 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3223 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
/php-src/ext/zend_test/
H A Dfiber.c185 zend_exception_set_previous(EG(exception), exception); in zend_test_fiber_object_destroy()

Completed in 153 milliseconds