- Fixed test

This commit is contained in:
Felipe Pena 2008-07-09 12:53:58 +00:00
parent 28d91d0cde
commit 8f8b51bc87

View 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