summaryrefslogtreecommitdiff
path: root/ext/spl/examples/findregex.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/findregex.php')
-rwxr-xr-xext/spl/examples/findregex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/findregex.php b/ext/spl/examples/findregex.php
index 288c0924b1..284f985943 100755
--- a/ext/spl/examples/findregex.php
+++ b/ext/spl/examples/findregex.php
@@ -33,4 +33,4 @@ foreach(new RegexFindFile($argv[1], $argv[2]) as $file)
echo $file->getPathname()."\n";
}
-?> \ No newline at end of file
+?>