Searched refs:user_exception_handler (Results 1 – 6 of 6) sorted by relevance
1205 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1206 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1209 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1212 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1216 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()1225 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1226 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1229 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1232 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
208 zval user_exception_handler; member
163 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()381 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()382 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()383 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
781 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1806 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()1847 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
853 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
4392 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Completed in 43 milliseconds