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()
239 zend_error_handling zeh; in PHP_METHOD() local382 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()420 zend_restore_error_handling(&zeh); in PHP_METHOD()430 zend_restore_error_handling(&zeh); in PHP_METHOD()
3233 zend_error_handling zeh; in PHP_METHOD() local3240 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()3242 zend_restore_error_handling(&zeh); in PHP_METHOD()3246 zend_restore_error_handling(&zeh); in PHP_METHOD()3258 zend_error_handling zeh; in PHP_METHOD() local3270 zend_restore_error_handling(&zeh); in PHP_METHOD()3274 zend_restore_error_handling(&zeh); in PHP_METHOD()3375 zend_error_handling zeh; in PHP_METHOD() local3383 zend_restore_error_handling(&zeh); in PHP_METHOD()3393 zend_error_handling zeh; in PHP_METHOD() local[all …]
1187 zval zeh; in ZEND_FUNCTION() local1189 ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); in ZEND_FUNCTION()1191 zval_ptr_dtor(&zeh); in ZEND_FUNCTION()
Completed in 29 milliseconds