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:
@@ -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)
|
||||
|
||||
@@ -28,7 +28,7 @@ var_dump(max(array(-2147483649, -2147483647)));
|
||||
echo "\nDone\n";
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
|
||||
*** Testing arrays ***
|
||||
int(2)
|
||||
|
||||
Reference in New Issue
Block a user