diff options
Diffstat (limited to 'ext/spl/tests/SplFixedArray_fromarray_indexes.phpt')
| -rw-r--r-- | ext/spl/tests/SplFixedArray_fromarray_indexes.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_fromarray_indexes.phpt b/ext/spl/tests/SplFixedArray_fromarray_indexes.phpt index a511c63ad8..ea7022419c 100644 --- a/ext/spl/tests/SplFixedArray_fromarray_indexes.phpt +++ b/ext/spl/tests/SplFixedArray_fromarray_indexes.phpt @@ -4,7 +4,7 @@ Create a SplFixedArray from an array using the fromArray() function use the defa Philip Norton philipnorton42@gmail.com --FILE-- <?php -$array = SplFixedArray::fromArray(array(1 => 1, +$array = SplFixedArray::fromArray(array(1 => 1, 2 => '2', 3 => false)); var_dump($array); |
