summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_getCanonicalID_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/timezone_getCanonicalID_error.phpt')
-rw-r--r--ext/intl/tests/timezone_getCanonicalID_error.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_getCanonicalID_error.phpt b/ext/intl/tests/timezone_getCanonicalID_error.phpt
index b29ca67701..684d946b1e 100644
--- a/ext/intl/tests/timezone_getCanonicalID_error.phpt
+++ b/ext/intl/tests/timezone_getCanonicalID_error.phpt
@@ -11,10 +11,7 @@ ini_set("intl.error_level", E_WARNING);
var_dump(IntlTimeZone::getCanonicalID());
var_dump(IntlTimeZone::getCanonicalID(array()));
var_dump(IntlTimeZone::getCanonicalID("foo\x81"));
-
-
--EXPECTF--
-
Warning: IntlTimeZone::getCanonicalID() expects at least 1 parameter, 0 given in %s on line %d
Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: bad arguments in %s on line %d