From 14665d9149f3259675bf163ad1430b75fa6987cc Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 27 Jan 2008 17:28:58 +0000 Subject: - Added support for selectively listing timezone identifiers through timezone_identifiers_list() / DateTimezone::listIdentifiers(). --- ext/date/tests/timezones-list.phpt | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ext/date/tests/timezones-list.phpt (limited to 'ext/date/tests/timezones-list.phpt') diff --git a/ext/date/tests/timezones-list.phpt b/ext/date/tests/timezones-list.phpt new file mode 100644 index 0000000000..5998498742 --- /dev/null +++ b/ext/date/tests/timezones-list.phpt @@ -0,0 +1,49 @@ +--TEST-- +timezone_identifiers_list() +--FILE-- + +--EXPECT-- +found +notfound +found +found + +found +found +found +notfound + +found +notfound +found +found + +notfound +notfound +found +notfound -- cgit v1.2.1