--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--
<?php
/* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
[-2147483648]=>
string(3) "new"
}
-Done
\ No newline at end of file
+Done
--TEST--
Test natcasesort() function : usage variations - different numeric types
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
+?>
--FILE--
<?php
/* Prototype : bool natcasesort(array &$array_arg)
[1]=>
float(2147483648)
}
-Done
\ No newline at end of file
+Done
--TEST--
Test rsort() function : usage variations - numeric values
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
+?>
--FILE--
<?php
/* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
[6]=>
float(-2147483649)
}
-Done
\ No newline at end of file
+Done