Lines Matching refs:error_handling
82 …INTERNAL_FUNCTION_PARAMETERS, bool is_constructor, zend_error_handling *error_handling, bool *erro… in _php_intlgregcal_constructor_body() argument
130 if (error_handling != NULL) { in _php_intlgregcal_constructor_body()
131 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlgregcal_constructor_body()
221 zend_error_handling error_handling; in PHP_METHOD() local
225 …ctor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, /* is_constructor */ 1, &error_handling, &error_handli… in PHP_METHOD()
227 zend_restore_error_handling(&error_handling); in PHP_METHOD()
235 zend_error_handling error_handling; in PHP_METHOD() local
251 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
264 zend_restore_error_handling(&error_handling); in PHP_METHOD()
272 zend_error_handling error_handling; in PHP_METHOD() local
294 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
312 zend_restore_error_handling(&error_handling); in PHP_METHOD()