Searched refs:user_exception_handler (Results 1 – 7 of 7) sorted by relevance
1336 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1337 ZVAL_COPY(return_value, &EG(user_exception_handler)); in ZEND_FUNCTION()1340 zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); in ZEND_FUNCTION()1343 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1347 ZVAL_COPY(&EG(user_exception_handler), &(fci.function_name)); in ZEND_FUNCTION()1356 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1357 zval_ptr_dtor(&EG(user_exception_handler)); in ZEND_FUNCTION()1360 ZVAL_UNDEF(&EG(user_exception_handler)); in ZEND_FUNCTION()1363 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in ZEND_FUNCTION()
235 zval user_exception_handler; member
810 ZVAL_UNDEF(&executor_globals->user_exception_handler); in executor_globals_ctor()1901 ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); in zend_user_exception_handler()1903 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_user_exception_handler()1916 if (Z_TYPE(EG(user_exception_handler)) == IS_UNDEF) { in zend_user_exception_handler()1919 ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); in zend_user_exception_handler()1937 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_execute_script()
165 ZVAL_UNDEF(&EG(user_exception_handler)); in init_executor()410 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { in zend_shutdown_executor_values()411 zval_ptr_dtor(&EG(user_exception_handler)); in zend_shutdown_executor_values()412 ZVAL_UNDEF(&EG(user_exception_handler)); in zend_shutdown_executor_values()
949 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { \
206 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF in zend_throw_exception_internal()
4397 if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Completed in 44 milliseconds