Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c295 zend_error_handling zeh; in PHP_FUNCTION() local
305 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
320 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
329 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
348 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
361 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
370 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c237 zend_error_handling zeh; in PHP_METHOD() local
377 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
413 zend_restore_error_handling(&zeh); in PHP_METHOD()
419 zend_restore_error_handling(&zeh); in PHP_METHOD()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1670 zval zeh; in ZEND_FUNCTION() local
1672 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1674 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()

Completed in 22 milliseconds