bjori           Thu Jun 29 22:10:47 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/date/tests     009.phpt 
  Log:
  Fix test on linux
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/009.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/date/tests/009.phpt
diff -u php-src/ext/date/tests/009.phpt:1.1.2.3 
php-src/ext/date/tests/009.phpt:1.1.2.4
--- php-src/ext/date/tests/009.phpt:1.1.2.3     Thu Jun 29 15:01:31 2006
+++ php-src/ext/date/tests/009.phpt     Thu Jun 29 22:10:47 2006
@@ -32,7 +32,7 @@
 string(179) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 20 27 06/27/06 27 
06 2006 Jun 00 12 178 06 00 
  AM 12:00:00 AM 00:00 00        00:00:00 2 26 26 26 2 06/27/06 00:00:00 06 
2006 IDT +0300 %"
 string(5) "%q %a"
-string(1) "q"
+string(%d) "%s"
 string(4) "blah"
 
 Warning: gmstrftime() expects at least 1 parameter, 0 given in %s on line %d
@@ -41,6 +41,6 @@
 string(178) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 20 26 06/26/06 26 06 
2006 Jun 21 09 177 06 00 
  PM 09:00:00 PM 21:00 00        21:00:00 1 26 26 26 1 06/26/06 21:00:00 06 
2006 GMT +0000 %"
 string(5) "%q %a"
-string(1) "q"
+string(%d) "%s"
 string(4) "blah"
 Done

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

Reply via email to