Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.h39 ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);
H A Dzend_objects.c159 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
H A Dzend_exceptions.c74 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous() function
114 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()
127 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()
150 zend_exception_set_previous(Z_OBJ_P(exception), EG(exception)); in zend_throw_exception_internal()
H A Dzend_vm_def.h7229 zend_exception_set_previous(ex, Z_OBJ_P(fast_call));
H A Dzend_vm_execute.h1732 zend_exception_set_previous(ex, Z_OBJ_P(fast_call));

Completed in 159 milliseconds