summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/fixedarray_002.phpt')
-rw-r--r--ext/spl/tests/fixedarray_002.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/spl/tests/fixedarray_002.phpt b/ext/spl/tests/fixedarray_002.phpt
index 534d41f184..2521516c14 100644
--- a/ext/spl/tests/fixedarray_002.phpt
+++ b/ext/spl/tests/fixedarray_002.phpt
@@ -3,6 +3,9 @@ SPL: FixedArray: overloading
--FILE--
<?php
class A extends SplFixedArray {
+ public $prop1 = NULL;
+ public $prop2 = NULL;
+
public function count() {
return 2;
}