Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c216 zend_error_handling zeh; in PHP_FUNCTION() local
225 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
240 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
249 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
268 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
281 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
290 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c238 zend_error_handling zeh; in PHP_METHOD() local
379 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
416 zend_restore_error_handling(&zeh); in PHP_METHOD()
422 zend_restore_error_handling(&zeh); in PHP_METHOD()
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c1211 zval zeh; in ZEND_FUNCTION() local
1213 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1215 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()

Completed in 16 milliseconds