Searched refs:zend_exception_set_previous (Results 1 – 5 of 5) sorted by relevance
40 ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);
80 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous() function125 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()138 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()175 zend_exception_set_previous(exception, EG(exception)); in zend_throw_exception_internal()
167 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
7755 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
2907 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
Completed in 266 milliseconds