diff options
Diffstat (limited to 'ext/spl/examples/findregex.php')
-rwxr-xr-x | ext/spl/examples/findregex.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/examples/findregex.php b/ext/spl/examples/findregex.php index b43ee0cbbc..288c0924b1 100755 --- a/ext/spl/examples/findregex.php +++ b/ext/spl/examples/findregex.php @@ -1,5 +1,5 @@ <?php - + /** @file findregex.php * @brief Program Find a specific file by name. * @ingroup Examples @@ -33,4 +33,4 @@ foreach(new RegexFindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n"; } -?>
\ No newline at end of file +?>
\ No newline at end of file |