![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #61058 (array_fill leaks if start index is PHP_INT_MAX) ! 3: --FILE-- ! 4: <?php ! 5: array_fill(PHP_INT_MAX, 2, '*'); ! 6: ?> ! 7: --EXPECTF-- ! 8: Warning: array_fill(): Cannot add element to the array as the next element is already occupied in %sbug61058.php on line %d