From 8f8b51bc8767bc592d573b8c6a5cd80c8295bad2 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 9 Jul 2008 12:53:58 +0000 Subject: [PATCH] - Fixed test --- ext/date/tests/015.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1