Searched refs:user_error_handler (Results 1 – 5 of 5) sorted by relevance
1188 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1189 ZVAL_COPY(return_value, &EG(user_error_handler)); in ZEND_FUNCTION()1193 zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); in ZEND_FUNCTION()1196 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()1200 ZVAL_COPY(&EG(user_error_handler), &(fci.function_name)); in ZEND_FUNCTION()1210 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in ZEND_FUNCTION()1213 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()1214 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()1219 ZVAL_UNDEF(&EG(user_error_handler)); in ZEND_FUNCTION()1225 ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); in ZEND_FUNCTION()
196 zval user_error_handler; member
732 ZVAL_UNDEF(&executor_globals->user_error_handler); in executor_globals_ctor()1341 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF in zend_error_impl()1368 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in zend_error_impl()1369 ZVAL_UNDEF(&EG(user_error_handler)); in zend_error_impl()1407 if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { in zend_error_impl()1408 ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler); in zend_error_impl()
158 ZVAL_UNDEF(&EG(user_error_handler)); in init_executor()318 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in shutdown_executor()319 zval_ptr_dtor(&EG(user_error_handler)); in shutdown_executor()320 ZVAL_UNDEF(&EG(user_error_handler)); in shutdown_executor()
1775 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in opcache_compile_file()1778 ZVAL_UNDEF(&EG(user_error_handler)); in opcache_compile_file()1803 EG(user_error_handler) = orig_user_error_handler; in opcache_compile_file()4607 if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {4608 zval_ptr_dtor(&EG(user_error_handler));4609 ZVAL_UNDEF(&EG(user_error_handler));
Completed in 55 milliseconds