diff options
| author | Marcus Boerger <helly@php.net> | 2008-02-04 21:37:55 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2008-02-04 21:37:55 +0000 |
| commit | 9a90cfc99c382a80dd00d0f7b2c49a277d23112d (patch) | |
| tree | ccc8c049211a94dfb00a1d841073e38f013c45be /ext/spl/examples/tree.php | |
| parent | 2c92d82a0278c82d234a84b977a5e635253f0ef1 (diff) | |
| download | php-git-9a90cfc99c382a80dd00d0f7b2c49a277d23112d.tar.gz | |
- MFH Really last flag change (got confused with code)
Diffstat (limited to 'ext/spl/examples/tree.php')
| -rwxr-xr-x | ext/spl/examples/tree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/tree.php b/ext/spl/examples/tree.php index 5af36a673c..9c2cc55866 100755 --- a/ext/spl/examples/tree.php +++ b/ext/spl/examples/tree.php @@ -37,4 +37,4 @@ foreach(new DirectoryGraphIterator($argv[1]) as $file) echo $file . "\n"; } -?>
\ No newline at end of file +?> |
