From: Felipe Pena Date: Wed, 9 Jul 2008 12:53:58 +0000 (+0000) Subject: - Fixed test X-Git-Tag: php-5.3.0alpha1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f8b51bc8767bc592d573b8c6a5cd80c8295bad2;p=php - Fixed test --- diff --git a/ext/date/tests/015.phpt b/ext/date/tests/015.phpt index a83b645bac..006b5b16a8 100644 --- a/ext/date/tests/015.phpt +++ b/ext/date/tests/015.phpt @@ -15,8 +15,8 @@ var_dump($tzold->getName()); echo "Done\n"; ?> --EXPECTF-- -unicode(3) "UTC" -unicode(3) "UTC" -unicode(10) "US/Eastern" -unicode(3) "UTC" +string(3) "UTC" +string(3) "UTC" +string(10) "US/Eastern" +string(3) "UTC" Done