diff options
-rw-r--r-- | ext/phar/tests/cached_manifest_1.phpt | 2 | ||||
-rw-r--r-- | ext/phar/tests/cached_manifest_1U.phpt | 2 |
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'; |