rasmus                                   Sun, 02 Aug 2009 22:37:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286707

Log:
Fix test on 32-bit

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/date/tests/bug48058.phpt

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug48058.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug48058.phpt   2009-08-02 
22:31:19 UTC (rev 286706)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug48058.phpt   2009-08-02 
22:37:07 UTC (rev 286707)
@@ -13,12 +13,12 @@
 $dt = date_create( "$base_time +10000000000 years" );
 echo date_format( $dt, DATE_ISO8601 );
 ?>
---EXPECT--
+--EXPECTF--
 array(5) {
   ["ts"]=>
-  int(-9223372036854775808)
+  int(-%d)
   ["time"]=>
-  string(33) "-292277022657-01-27T08:29:52+0000"
+  string(%d) "%s"
   ["offset"]=>
   int(3600)
   ["isdst"]=>

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

Reply via email to