Searched refs:user_exception_handler (Results 1 – 7 of 7) sorted by relevance
1220 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1221 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1224 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1227 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1231 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()1240 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1241 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1244 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1247 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
228 zval user_exception_handler; member
795 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1847 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()1849 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_user_exception_handler()1862 if (Z_TYPE(EG(user_exception_handler)) == IS_UNDEF) { in zend_user_exception_handler()1865 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in zend_user_exception_handler()1898 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
164 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()382 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()383 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()384 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
873 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
205 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF in zend_throw_exception_internal()
4366 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Completed in 41 milliseconds