summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_createTimeZone_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/timezone_createTimeZone_error.phpt')
-rw-r--r--ext/intl/tests/timezone_createTimeZone_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/intl/tests/timezone_createTimeZone_error.phpt b/ext/intl/tests/timezone_createTimeZone_error.phpt
index 2be821a67e..553223ee4c 100644
--- a/ext/intl/tests/timezone_createTimeZone_error.phpt
+++ b/ext/intl/tests/timezone_createTimeZone_error.phpt
@@ -12,9 +12,7 @@ var_dump(IntlTimeZone::createTimeZone());
var_dump(IntlTimeZone::createTimeZone(new stdClass));
var_dump(IntlTimeZone::createTimeZone("foo bar", 4));
var_dump(IntlTimeZone::createTimeZone("foo\x80"));
-
--EXPECTF--
-
Warning: IntlTimeZone::createTimeZone() expects exactly 1 parameter, 0 given in %s on line %d
Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d