]> granicus.if.org Git - php/commitdiff
- Fixed test
authorFelipe Pena <felipe@php.net>
Wed, 9 Jul 2008 12:53:58 +0000 (12:53 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 9 Jul 2008 12:53:58 +0000 (12:53 +0000)
ext/date/tests/015.phpt

index a83b645bac59ac73b8e1481928465b1cff5c7244..006b5b16a86e825f3f2d28254b37870f92559fc7 100644 (file)
@@ -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