diff options
Diffstat (limited to 'ext/spl/tests/bug52238.phpt')
-rw-r--r-- | ext/spl/tests/bug52238.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug52238.phpt b/ext/spl/tests/bug52238.phpt index 667c0a497a..53e53e9729 100644 --- a/ext/spl/tests/bug52238.phpt +++ b/ext/spl/tests/bug52238.phpt @@ -7,7 +7,7 @@ class Foo implements IteratorAggregate public function bar() { throw new Exception; } - + public function getIterator() { return new ArrayIterator($this->bar()); } |