felipe          Wed Jul  9 12:53:59 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/date/tests     015.phpt 
  Log:
  - Fixed test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/015.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/date/tests/015.phpt
diff -u php-src/ext/date/tests/015.phpt:1.1.2.3 
php-src/ext/date/tests/015.phpt:1.1.2.4
--- php-src/ext/date/tests/015.phpt:1.1.2.3     Wed Jul  9 08:37:29 2008
+++ php-src/ext/date/tests/015.phpt     Wed Jul  9 12:53:58 2008
@@ -15,8 +15,8 @@
 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to