Searched refs:zeh (Results 1 – 4 of 4) sorted by relevance
292 zend_error_handling zeh; in PHP_FUNCTION() local302 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()317 zend_restore_error_handling(&zeh); in PHP_FUNCTION()326 zend_restore_error_handling(&zeh); in PHP_FUNCTION()345 zend_restore_error_handling(&zeh); in PHP_FUNCTION()358 zend_restore_error_handling(&zeh); in PHP_FUNCTION()367 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
284 zval *zeh; in shutdown_executor() local288 zeh = &EG(user_error_handler); in shutdown_executor()289 zval_ptr_dtor(zeh); in shutdown_executor()294 zeh = &EG(user_exception_handler); in shutdown_executor()295 zval_ptr_dtor(zeh); in shutdown_executor()
1803 zval zeh; in ZEND_FUNCTION() local1805 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()1807 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()
211 zend_error_handling zeh; in PHP_METHOD() local349 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()391 zend_restore_error_handling(&zeh); in PHP_METHOD()397 zend_restore_error_handling(&zeh); in PHP_METHOD()
Completed in 28 milliseconds