Home
last modified time | relevance | path

Searched refs:zeh (Results 1 – 4 of 4) sorted by path

/php-src/Zend/
H A Dzend_builtin_functions.c1246 zval zeh; in ZEND_FUNCTION() local
1248 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1250 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c3352 zend_error_handling zeh; in PHP_METHOD() local
3359 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()
3361 zend_restore_error_handling(&zeh); in PHP_METHOD()
3365 zend_restore_error_handling(&zeh); in PHP_METHOD()
3377 zend_error_handling zeh; in PHP_METHOD() local
3389 zend_restore_error_handling(&zeh); in PHP_METHOD()
3393 zend_restore_error_handling(&zeh); in PHP_METHOD()
3494 zend_error_handling zeh; in PHP_METHOD() local
3502 zend_restore_error_handling(&zeh); in PHP_METHOD()
3512 zend_error_handling zeh; in PHP_METHOD() local
[all …]
/php-src/ext/fileinfo/
H A Dfileinfo.c167 zend_error_handling zeh; in PHP_FUNCTION() local
176 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
191 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
200 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
219 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
232 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
242 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_dbh.c291 zend_error_handling zeh; in internal_construct() local
443 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in internal_construct()
481 zend_restore_error_handling(&zeh); in internal_construct()
491 zend_restore_error_handling(&zeh); in internal_construct()

Completed in 31 milliseconds