summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorEyal Teutsch <eyalt@php.net>2010-12-26 09:47:50 +0000
committerEyal Teutsch <eyalt@php.net>2010-12-26 09:47:50 +0000
commit5b5e89bb367157cbf81b52517e4779d82e71247f (patch)
tree79fb8cb8c07205cc0d5a37a7736f10218e7bf800 /ext
parente7d5c4a8fd924927edd8f48c975cd34d19df8add (diff)
downloadphp-git-5b5e89bb367157cbf81b52517e4779d82e71247f.tar.gz
using PWD which is supported by run-tests.php, rather than $cwd
Diffstat (limited to 'ext')
-rw-r--r--ext/phar/tests/cached_manifest_1.phpt2
-rw-r--r--ext/phar/tests/cached_manifest_1U.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/cached_manifest_1.phpt b/ext/phar/tests/cached_manifest_1.phpt
index f6bd90339a..af58523e7b 100644
--- a/ext/phar/tests/cached_manifest_1.phpt
+++ b/ext/phar/tests/cached_manifest_1.phpt
@@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip");
if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
?>
--INI--
-phar.cache_list={$cwd}/files/nophar.phar
+phar.cache_list={PWD}/files/nophar.phar
--FILE--
<?php
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
diff --git a/ext/phar/tests/cached_manifest_1U.phpt b/ext/phar/tests/cached_manifest_1U.phpt
index 27b3f9ef3a..df77f07a79 100644
--- a/ext/phar/tests/cached_manifest_1U.phpt
+++ b/ext/phar/tests/cached_manifest_1U.phpt
@@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip");
if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");
?>
--INI--
-phar.cache_list={$cwd}/files/nophar.phar
+phar.cache_list={PWD}/files/nophar.phar
--FILE--
<?php
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';