summaryrefslogtreecommitdiff
path: root/ext/phar/tests/024-opcache-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/024-opcache-win32.phpt')
-rw-r--r--ext/phar/tests/024-opcache-win32.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/024-opcache-win32.phpt b/ext/phar/tests/024-opcache-win32.phpt
index b9d80929cc..7887a24072 100644
--- a/ext/phar/tests/024-opcache-win32.phpt
+++ b/ext/phar/tests/024-opcache-win32.phpt
@@ -5,8 +5,8 @@ Phar: phar:// include with Opcache
<?php if (!extension_loaded("phar")) die("skip"); ?>
<?php if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available'); ?>
<?php
- $cache_dir = dirname(__FILE__) . "/024-file_cache";
- if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
+ $cache_dir = dirname(__FILE__) . "/024-file_cache";
+ if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
?>
--INI--
phar.require_hash=0