summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug62904.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug62904.phpt')
-rw-r--r--ext/spl/tests/bug62904.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug62904.phpt b/ext/spl/tests/bug62904.phpt
index 8ce0d7bc79..ae9151483a 100644
--- a/ext/spl/tests/bug62904.phpt
+++ b/ext/spl/tests/bug62904.phpt
@@ -3,7 +3,7 @@ Bug #62904 (Crash when cloning an object which inherits SplFixedArray)
--FILE--
<?php
-class foo extends SplFixedArray {
+class foo extends SplFixedArray {
public function __construct($size) {
}
}