@ -1,5 +1,9 @@
--TEST--
Test array_push() function : error conditions - min and max int values as keys
--SKIPIF--
<?php
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
?>
--FILE--
/* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
@ -46,4 +50,4 @@ array(3) {
[-2147483648]=>
string(3) "new"
}
Done
Test natcasesort() function : usage variations - different numeric types
/* Prototype : bool natcasesort(array &$array_arg)
@ -128,4 +132,4 @@ array(7) {
[1]=>
float(2147483648)
Test rsort() function : usage variations - numeric values
/* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
@ -318,4 +322,4 @@ array(7) {
[6]=>
float(-2147483649)