Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c292 zend_error_handling zeh; in PHP_FUNCTION() local
302 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
317 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
326 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
345 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
358 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
367 zend_restore_error_handling(&zeh); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_execute_API.c284 zval *zeh; in shutdown_executor() local
288 zeh = &EG(user_error_handler); in shutdown_executor()
289 zval_ptr_dtor(zeh); in shutdown_executor()
294 zeh = &EG(user_exception_handler); in shutdown_executor()
295 zval_ptr_dtor(zeh); in shutdown_executor()
H A Dzend_builtin_functions.c1803 zval zeh; in ZEND_FUNCTION() local
1805 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()
1807 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c211 zend_error_handling zeh; in PHP_METHOD() local
349 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
391 zend_restore_error_handling(&zeh); in PHP_METHOD()
397 zend_restore_error_handling(&zeh); in PHP_METHOD()

Completed in 27 milliseconds