Searched refs:zeh (Results 1 – 4 of 4) sorted by relevance
167 zend_error_handling zeh; in PHP_FUNCTION() local176 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()
314 zend_error_handling zeh; in php_pdo_internal_construct_driver() local475 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()
3324 zend_error_handling zeh; in PHP_METHOD() local3331 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() local3361 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() local3474 zend_restore_error_handling(&zeh); in PHP_METHOD()3484 zend_error_handling zeh; in PHP_METHOD() local[all …]
1303 zval zeh; in ZEND_FUNCTION() local1305 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()1307 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()
Completed in 27 milliseconds