]> granicus.if.org Git - php/commitdiff
64-bit fix
authorArd Biesheuvel <abies@php.net>
Mon, 23 Feb 2004 02:09:48 +0000 (02:09 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 23 Feb 2004 02:09:48 +0000 (02:09 +0000)
ext/standard/tests/array/array_sum.phpt

index afae371b00be42305f253f9d47332f174a17a311..d4c91e991cc7ed1f493ce00f42290b8615ca0d1e 100644 (file)
@@ -22,8 +22,8 @@ $s3 = array_sum($c);
 $s4 = array_sum($d);
 var_dump($s3, $s4);
 ?>
---EXPECT--
+--EXPECTF--
 int(500500)
 int(500500)
-float(5000050000)
-float(5000050000)
\ No newline at end of file
+%st(5000050000)
+%st(5000050000)