Home
last modified time | relevance | path

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

/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.c314 zend_error_handling zeh; in php_pdo_internal_construct_driver() local
475 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in php_pdo_internal_construct_driver()
513 zend_restore_error_handling(&zeh); in php_pdo_internal_construct_driver()
523 zend_restore_error_handling(&zeh); in php_pdo_internal_construct_driver()
/php-src/ext/date/
H A Dphp_date.c3324 zend_error_handling zeh; in PHP_METHOD() local
3331 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()
3333 zend_restore_error_handling(&zeh); in PHP_METHOD()
3337 zend_restore_error_handling(&zeh); in PHP_METHOD()
3349 zend_error_handling zeh; in PHP_METHOD() local
3361 zend_restore_error_handling(&zeh); in PHP_METHOD()
3365 zend_restore_error_handling(&zeh); in PHP_METHOD()
3466 zend_error_handling zeh; in PHP_METHOD() local
3474 zend_restore_error_handling(&zeh); in PHP_METHOD()
3484 zend_error_handling zeh; in PHP_METHOD() local
[all …]
/php-src/Zend/
H A Dzend_builtin_functions.c1303 zval zeh; in ZEND_FUNCTION() local
1305 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1307 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()

Completed in 27 milliseconds