diff options
Diffstat (limited to 'ext/intl/tests/timezone_hasSameRules_error.phpt')
-rw-r--r-- | ext/intl/tests/timezone_hasSameRules_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/timezone_hasSameRules_error.phpt b/ext/intl/tests/timezone_hasSameRules_error.phpt index 0e9b4a8bd6..4ec73a96a6 100644 --- a/ext/intl/tests/timezone_hasSameRules_error.phpt +++ b/ext/intl/tests/timezone_hasSameRules_error.phpt @@ -29,11 +29,9 @@ try { var_dump($ex->getCode(), $ex->getMessage()); echo "\n"; } - --EXPECT-- int(0) string(99) "Argument 1 passed to IntlTimeZone::hasSameRules() must be an instance of IntlTimeZone, string given" int(0) string(92) "Argument 1 passed to intltz_has_same_rules() must be an instance of IntlTimeZone, null given" - |