diff options
Diffstat (limited to 'ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt')
| -rw-r--r-- | ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt b/ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt index 430fc953bd..9bf3cb17dc 100644 --- a/ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt +++ b/ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt @@ -23,7 +23,7 @@ bool(false)  Warning: intlcal_set_minimal_days_in_first_week(): intlcal_set_minimal_days_in_first_week: invalid number of days; must be between 1 and 7 in %s on line %d  bool(false) -Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_set_minimal_days_in_first_week() must be an instance of IntlCalendar, int given in %s:%d +Fatal error: Uncaught TypeError: intlcal_set_minimal_days_in_first_week() expects parameter 1 to be IntlCalendar, int given in %s:%d  Stack trace:  #0 %s(%d): intlcal_set_minimal_days_in_first_week(1, 2)  #1 {main}  | 
