summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/fixedarray_008.phpt')
-rw-r--r--ext/spl/tests/fixedarray_008.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/fixedarray_008.phpt b/ext/spl/tests/fixedarray_008.phpt
index 8775d61fff..6d9c9cbf09 100644
--- a/ext/spl/tests/fixedarray_008.phpt
+++ b/ext/spl/tests/fixedarray_008.phpt
@@ -17,7 +17,7 @@ foreach ($a as $x) {
var_dump($x[0]);
} else {
var_dump($x);
- }
+ }
}
var_dump($a->getSize());