Searched refs:user_exception_handler (Results 1 – 6 of 6) sorted by relevance
1245 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1246 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1249 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1252 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1256 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()1265 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1266 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1269 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1272 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
197 zval user_exception_handler; member
159 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()323 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in shutdown_executor()324 zval_ptr_dtor(&EG(user_exception_handler)); in shutdown_executor()325 ZVAL_UNDEF(&EG(user_exception_handler)); in shutdown_executor()
733 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1652 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()1697 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_scripts()
817 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
4484 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {4612 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {4613 zval_ptr_dtor(&EG(user_exception_handler));4614 ZVAL_UNDEF(&EG(user_exception_handler));
Completed in 54 milliseconds