summaryrefslogtreecommitdiff
path: root/ext/spl/examples/tree.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-13 14:40:06 +0000
committerMarcus Boerger <helly@php.net>2003-12-13 14:40:06 +0000
commitafc15ffde9bb8ec06c8a9d32177e58e00d125641 (patch)
treeff5d19f9c148a4a720ebb3add9a15bbe62bb44a0 /ext/spl/examples/tree.php
parent04d0d99b11b1d15d05fe968f3904994a65df052f (diff)
downloadphp-git-afc15ffde9bb8ec06c8a9d32177e58e00d125641.tar.gz
Show classname
Diffstat (limited to 'ext/spl/examples/tree.php')
-rwxr-xr-xext/spl/examples/tree.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/examples/tree.php b/ext/spl/examples/tree.php
index 0ade2dd3ec..9a61acf942 100755
--- a/ext/spl/examples/tree.php
+++ b/ext/spl/examples/tree.php
@@ -26,6 +26,7 @@ EOF;
exit(1);
}
+echo $argv[1]."\n";
foreach(new DirectoryGraphIterator($argv[1]) as $file) {
echo $file . "\n";
}