diff options
| author | Marcus Boerger <helly@php.net> | 2003-12-13 14:40:06 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-12-13 14:40:06 +0000 |
| commit | afc15ffde9bb8ec06c8a9d32177e58e00d125641 (patch) | |
| tree | ff5d19f9c148a4a720ebb3add9a15bbe62bb44a0 /ext/spl/examples/tree.php | |
| parent | 04d0d99b11b1d15d05fe968f3904994a65df052f (diff) | |
| download | php-git-afc15ffde9bb8ec06c8a9d32177e58e00d125641.tar.gz | |
Show classname
Diffstat (limited to 'ext/spl/examples/tree.php')
| -rwxr-xr-x | ext/spl/examples/tree.php | 1 |
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"; } |
