diff options
Diffstat (limited to 'ext/spl/tests/fixedarray_003.phpt')
| -rw-r--r-- | ext/spl/tests/fixedarray_003.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/tests/fixedarray_003.phpt b/ext/spl/tests/fixedarray_003.phpt index b6c5eb53e4..69cec7528e 100644 --- a/ext/spl/tests/fixedarray_003.phpt +++ b/ext/spl/tests/fixedarray_003.phpt @@ -3,6 +3,8 @@ SPL: FixedArray: Iterators --FILE-- <?php class A extends SplFixedArray { + public $prop1 = "dummy"; + public $prop2 = "dummy"; public function current() { echo "A::current\n"; |
