Home
last modified time | relevance | path

Searched refs:zeh (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c297 zend_error_handling zeh; in PHP_FUNCTION() local
307 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
322 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
331 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
350 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
363 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
372 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c211 zend_error_handling zeh; in PHP_METHOD() local
351 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
394 zend_restore_error_handling(&zeh); in PHP_METHOD()
400 zend_restore_error_handling(&zeh); in PHP_METHOD()
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c1639 zval zeh; in ZEND_FUNCTION() local
1641 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1643 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()

Completed in 22 milliseconds