summaryrefslogtreecommitdiff
path: root/ext/spl/examples
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-10-03 09:12:39 +0000
committerMarcus Boerger <helly@php.net>2005-10-03 09:12:39 +0000
commitb1fc84f584bfcf8b541eb03a98e651c347351b97 (patch)
treedc676fe306b7dcad9ba1189902d2943e3a9d3b57 /ext/spl/examples
parentcdb1746ac31249755a7d84e1c425416d47921405 (diff)
downloadphp-git-b1fc84f584bfcf8b541eb03a98e651c347351b97.tar.gz
- Fix issue with RecursiveArrayIterator::getChildren()
Diffstat (limited to 'ext/spl/examples')
-rwxr-xr-xext/spl/examples/class_tree.php5
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();