cataphract                               Wed, 06 Oct 2010 17:05:05 +0000

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

Log:
- Fixed test for bug #50590 on systems with 64-bit longs.

Bug: http://bugs.php.net/50590 (Closed) IntlDateFormatter::parse result is 
limited to the integer range
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/intl/tests/bug50590.phpt
    U   php/php-src/trunk/ext/intl/tests/bug50590.phpt

Modified: php/php-src/branches/PHP_5_3/ext/intl/tests/bug50590.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/tests/bug50590.phpt   2010-10-06 
16:26:56 UTC (rev 304163)
+++ php/php-src/branches/PHP_5_3/ext/intl/tests/bug50590.phpt   2010-10-06 
17:05:05 UTC (rev 304164)
@@ -10,4 +10,4 @@

 ?>
 --EXPECTF--
-float(2147570047)
+%s(2147570047)

Modified: php/php-src/trunk/ext/intl/tests/bug50590.phpt
===================================================================
--- php/php-src/trunk/ext/intl/tests/bug50590.phpt      2010-10-06 16:26:56 UTC 
(rev 304163)
+++ php/php-src/trunk/ext/intl/tests/bug50590.phpt      2010-10-06 17:05:05 UTC 
(rev 304164)
@@ -10,4 +10,4 @@

 ?>
 --EXPECTF--
-float(2147570047)
+%s(2147570047)

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

Reply via email to