Home
last modified time | relevance | path

Searched refs:file_cache (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/phar/tests/
H A D024-opcache-win32.phpt8 $cache_dir = dirname(__FILE__) . "/024-file_cache";
9 if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
15 opcache.file_cache={PWD}/024-file_cache
40 $cache_dir = ini_get("opcache.file_cache");
/PHP-8.0/ext/opcache/tests/
H A Dbug71443.phpt6 opcache.file_cache="{TMP}"
H A Dbug76275.phpt6 opcache.file_cache="{TMP}"
H A Dbug78189.phpt11 opcache.file_cache="{TMP}"
H A Dbug78185.phpt6 opcache.file_cache={PWD}
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c273 … , NULL , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache, …
434 if (ZCG(accel_directives).file_cache) {
594 if (ZCG(accel_directives).file_cache) {
595 add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache);
756 …file_cache", ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cach…
H A DZendAccelerator.h188 char *file_cache; member
H A Dshared_alloc_win32.c142 if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) { in zend_shared_alloc_reattach()
H A Dzend_file_cache.c914 len = strlen(ZCG(accel_directives).file_cache);
916 memcpy(filename, ZCG(accel_directives).file_cache, len);
922 len = strlen(ZCG(accel_directives).file_cache);
926 memcpy(filename, ZCG(accel_directives).file_cache, len);
982 if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {
H A DZendAccelerator.c1299 if (ZCG(accel_directives).file_cache) { in zend_accel_invalidate()
1438 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1480 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1538 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1591 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1790 if (ZCG(accel_directives).file_cache) { in opcache_compile_file()
1971 && ZCG(accel_directives).file_cache in persistent_compile_file()
1982 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2075 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2162 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
[all …]
/PHP-8.0/
H A Drun-tests.php150 $user_tests, $valgrind, $sum_results, $shuffle, $file_cache;
404 $file_cache = null;
540 $file_cache = 'prime';
543 $file_cache = 'use';
1319 global $test_results, $failed_tests_file, $result_tests_file, $php, $test_idx, $file_cache;
1323 if ($file_cache !== null) {
1832 global $preload, $file_cache;
2177 if ($file_cache !== null) {
2183 if ($file_cache === 'use') {
H A Dphp.ini-development1868 ;opcache.file_cache=
H A Dphp.ini-production1870 ;opcache.file_cache=

Completed in 71 milliseconds