Searched refs:user_error_handlers_error_reporting (Results 1 – 3 of 3) sorted by relevance
187 zend_stack user_error_handlers_error_reporting; member
162 zend_stack_init(&EG(user_error_handlers_error_reporting), sizeof(int)); in init_executor()323 zend_stack_clean(&EG(user_error_handlers_error_reporting), NULL, 1); in shutdown_executor()374 zend_stack_destroy(&EG(user_error_handlers_error_reporting)); in shutdown_executor()
1616 …zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); in ZEND_FUNCTION()1650 …user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reporting)); in ZEND_FUNCTION()1651 zend_stack_del_top(&EG(user_error_handlers_error_reporting)); in ZEND_FUNCTION()
Completed in 31 milliseconds