diff options
| author | Marcus Boerger <helly@php.net> | 2005-10-03 09:12:39 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-10-03 09:12:39 +0000 |
| commit | b1fc84f584bfcf8b541eb03a98e651c347351b97 (patch) | |
| tree | dc676fe306b7dcad9ba1189902d2943e3a9d3b57 /ext/spl/examples | |
| parent | cdb1746ac31249755a7d84e1c425416d47921405 (diff) | |
| download | php-git-b1fc84f584bfcf8b541eb03a98e651c347351b97.tar.gz | |
- Fix issue with RecursiveArrayIterator::getChildren()
Diffstat (limited to 'ext/spl/examples')
| -rwxr-xr-x | ext/spl/examples/class_tree.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/spl/examples/class_tree.php b/ext/spl/examples/class_tree.php index 128eebec58..07741a7dd8 100755 --- a/ext/spl/examples/class_tree.php +++ b/ext/spl/examples/class_tree.php @@ -62,11 +62,6 @@ class SubClasses extends RecursiveArrayIterator } } - function getChildren() - { - return parent::current(); - } - function current() { return parent::key(); |
