diff options
Diffstat (limited to 'ext/intl/tests/timezone_getErrorMessage_error.phpt')
-rw-r--r-- | ext/intl/tests/timezone_getErrorMessage_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/timezone_getErrorMessage_error.phpt b/ext/intl/tests/timezone_getErrorMessage_error.phpt index 2f7cfcfe2a..6b8ce7d5c8 100644 --- a/ext/intl/tests/timezone_getErrorMessage_error.phpt +++ b/ext/intl/tests/timezone_getErrorMessage_error.phpt @@ -12,9 +12,7 @@ $tz = IntlTimeZone::createTimeZone('Europe/Lisbon'); var_dump($tz->getErrorMessage(array())); var_dump(intltz_get_error_message(null)); - --EXPECTF-- - Warning: IntlTimeZone::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d Warning: IntlTimeZone::getErrorMessage(): intltz_get_error_message: bad arguments in %s on line %d |