tony2001                Thu Jun 29 22:45:19 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/date/tests     009.phpt 
  Log:
  fix test on AIX and Solaris
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/009.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/ext/date/tests/009.phpt
diff -u php-src/ext/date/tests/009.phpt:1.1.2.4 
php-src/ext/date/tests/009.phpt:1.1.2.5
--- php-src/ext/date/tests/009.phpt:1.1.2.4     Thu Jun 29 22:10:47 2006
+++ php-src/ext/date/tests/009.phpt     Thu Jun 29 22:45:19 2006
@@ -29,8 +29,8 @@
 Warning: strftime() expects at least 1 parameter, 0 given in %s on line %d
 bool(false)
 bool(false)
-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(%d) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 %s
+%s %"
 string(5) "%q %a"
 string(%d) "%s"
 string(4) "blah"
@@ -38,8 +38,8 @@
 Warning: gmstrftime() expects at least 1 parameter, 0 given in %s on line %d
 bool(false)
 bool(false)
-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(%d) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 %s
+%s %"
 string(5) "%q %a"
 string(%d) "%s"
 string(4) "blah"

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

Reply via email to