diff options
Diffstat (limited to 'ext/intl/tests/calendar_getErrorCode_error.phpt')
| -rw-r--r-- | ext/intl/tests/calendar_getErrorCode_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/calendar_getErrorCode_error.phpt b/ext/intl/tests/calendar_getErrorCode_error.phpt index 97b7d9c0c1..fd999fbbbf 100644 --- a/ext/intl/tests/calendar_getErrorCode_error.phpt +++ b/ext/intl/tests/calendar_getErrorCode_error.phpt @@ -15,9 +15,7 @@ $c = new IntlGregorianCalendar(NULL, 'pt_PT'); var_dump($c->getErrorCode(array())); var_dump(intlcal_get_error_code(null)); - --EXPECTF-- - Warning: IntlCalendar::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d Warning: IntlCalendar::getErrorCode(): intlcal_get_error_code: bad arguments in %s on line %d |
