summaryrefslogtreecommitdiff
path: root/ext/spl/examples/phar_from_dir.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/phar_from_dir.php')
-rwxr-xr-xext/spl/examples/phar_from_dir.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/examples/phar_from_dir.php b/ext/spl/examples/phar_from_dir.php
index 2972748915..2ee15ca1e6 100755
--- a/ext/spl/examples/phar_from_dir.php
+++ b/ext/spl/examples/phar_from_dir.php
@@ -37,9 +37,6 @@ if ($argc > 3)
$dir = new RegexIterator($dir, '/'.$argv[3].'/');
}
-
-$cwd .= DIRECTORY_SEPARATOR;
-
$phar->begin();
foreach($dir as $file)