We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d750ae0 commit fbb4194Copy full SHA for fbb4194
ext/opcache/tests/gh16979_check_file_cache_function.phpt
@@ -17,6 +17,7 @@ opcache.enable=1
17
opcache.enable_cli=1
18
opcache.jit=disable
19
opcache.file_cache="{PWD}/gh16979_cache"
20
+opcache.file_update_protection=0
21
--EXTENSIONS--
22
opcache
23
--FILE--
@@ -35,9 +36,9 @@ var_dump(opcache_is_script_cached_in_file_cache(__FILE__));
35
36
<?php
37
require __DIR__ . '/cleanup_helper.inc';
38
-$baseCacheDir = __DIR__ . '/gh16979_cache';
39
+$cacheDir = __DIR__ . '/gh16979_cache';
40
-removeDirRecursive($baseCacheDir);
41
+removeDirRecursive($cacheDir);
42
?>
43
--EXPECTF--
44
bool(true)
0 commit comments