summaryrefslogtreecommitdiff
path: root/ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-03-10 10:31:55 +0300
committerDmitry Stogov <dmitry@zend.com>2015-03-10 10:31:55 +0300
commita30d328671a93aa7411af2e46176b1bbfd315a93 (patch)
tree2a6ed42573c33e1754423259315d39fe610e17cc /ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt
parent56eed39e043715e0c81c8f515586605f14917dc0 (diff)
downloadphp-git-a30d328671a93aa7411af2e46176b1bbfd315a93.tar.gz
Errors converted to exceptions are not "recoverable" anymore.
Diffstat (limited to 'ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt')
-rw-r--r--ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt b/ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt
index 98237e56fa..bbbbcf30fb 100644
--- a/ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt
+++ b/ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt
@@ -37,4 +37,4 @@ bool(false)
Warning: intlcal_set_first_day_of_week(): intlcal_set_first_day_of_week: invalid day of week in %s on line %d
bool(false)
-Catchable fatal error: Argument 1 passed to intlcal_set_first_day_of_week() must be an instance of IntlCalendar, integer given in %s on line %d
+Fatal error: Argument 1 passed to intlcal_set_first_day_of_week() must be an instance of IntlCalendar, integer given in %s on line %d