Home
last modified time | relevance | path

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

/PHP-5.6/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
70 zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC); in zend_exception_save()
83 zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC); in zend_exception_restore()
110 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()
H A Dzend_vm_def.h5334 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
5345 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
5353 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
H A Dzend_vm_execute.h1267 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1278 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1286 zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 123 milliseconds