summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/fixedarray_006.phpt')
-rw-r--r--ext/spl/tests/fixedarray_006.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/tests/fixedarray_006.phpt b/ext/spl/tests/fixedarray_006.phpt
index 8641821ae3..2e762467c4 100644
--- a/ext/spl/tests/fixedarray_006.phpt
+++ b/ext/spl/tests/fixedarray_006.phpt
@@ -7,11 +7,11 @@ $b = 10000;
$a = new SplFixedArray($b);
try {
- for ($i = 0; $i < 100; $i++) {
- $a[] = new stdClass;
- }
+ for ($i = 0; $i < 100; $i++) {
+ $a[] = new stdClass;
+ }
} catch (Exception $e) {
- echo $e->getMessage(), "\n";
+ echo $e->getMessage(), "\n";
}
print "ok\n";