diff options
author | Marcus Boerger <helly@php.net> | 2004-10-29 19:50:51 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-10-29 19:50:51 +0000 |
commit | 85cae789880ca391d9c7e37384e882e658622c15 (patch) | |
tree | 188d269b5699f54a1f4225903d7bef8b37d8c36e | |
parent | b86cdbbddb1936dd0cf3ace0ebc2193bd20c9c9f (diff) | |
download | php-git-85cae789880ca391d9c7e37384e882e658622c15.tar.gz |
- Abstract no longer valid here
-rwxr-xr-x | ext/spl/examples/outeriterator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/outeriterator.inc b/ext/spl/examples/outeriterator.inc index 49923bab45..0bfad6a589 100755 --- a/ext/spl/examples/outeriterator.inc +++ b/ext/spl/examples/outeriterator.inc @@ -7,7 +7,7 @@ interface OuterIterator extends Iterator { /** \return inner iterator */ - abstract function getInnerIterator(); + function getInnerIterator(); } ?>
\ No newline at end of file |