Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_exceptions.h29 ZEND_API void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC);
H A Dzend_exceptions.c37 void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC) in zend_exception_set_previous() function
62 zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC); in zend_exception_save()
75 zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC); in zend_exception_restore()
102 zend_exception_set_previous(exception, EG(exception) TSRMLS_CC); in zend_throw_exception_internal()
H A Dzend_objects.c126 zend_exception_set_previous(EG(exception), old_exception TSRMLS_CC); in zend_objects_destroy_object()

Completed in 37 milliseconds