summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt')
-rw-r--r--ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt b/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
index ecae2ab762..29ea85c332 100644
--- a/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
+++ b/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
@@ -4,7 +4,7 @@ Create a SplFixedArray from an array using the fromArray() function don't try to
Philip Norton philipnorton42@gmail.com
--FILE--
<?php
-$array = SplFixedArray::fromArray(array(1 => 1,
+$array = SplFixedArray::fromArray(array(1 => 1,
2 => '2',
3 => false),
false);