diff options
Diffstat (limited to 'ext/spl/examples/findfile.php')
-rwxr-xr-x | ext/spl/examples/findfile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/findfile.php b/ext/spl/examples/findfile.php index 60146cbffd..7a850feddb 100755 --- a/ext/spl/examples/findfile.php +++ b/ext/spl/examples/findfile.php @@ -30,4 +30,4 @@ EOF; if (!class_exists("FindFile", false)) require_once("findfile.inc"); foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n"; -?>
\ No newline at end of file +?> |