1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Fixed tests

This commit is contained in:
Dmitry Stogov
2007-11-08 07:06:55 +00:00
parent 0e6b470417
commit 76a5faaf8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ var_dump(max(0, 1 , 2, 3, 4, 5, 6, 7, 8, 9, 0, 10, 11, 12, 13, 14, 15, 16, 17, 1
echo "\nDone\n";
?>
--EXPECT--
--EXPECTF--
*** Testing boundary conditions ***
int(2147483646)
+1 -1
View File
@@ -28,7 +28,7 @@ var_dump(max(array(-2147483649, -2147483647)));
echo "\nDone\n";
?>
--EXPECT--
--EXPECTF--
*** Testing arrays ***
int(2)