diff options
Diffstat (limited to 'ext/spl/tests/array_007.phpt')
| -rw-r--r-- | ext/spl/tests/array_007.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/array_007.phpt b/ext/spl/tests/array_007.phpt index edf2a922d6..0bd9ef9a6d 100644 --- a/ext/spl/tests/array_007.phpt +++ b/ext/spl/tests/array_007.phpt @@ -12,12 +12,12 @@ class test implements IteratorAggregate public $pub = "public"; protected $pro = "protected"; private $pri = "private"; - + function __construct() { $this->imp = "implicit"; } - + function getIterator() { $it = new ArrayObject($this); |
