Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/tests/
H A D024-opcache-win32.phpt9 $cache_dir = dirname(__FILE__) . "/024-file_cache";
10 if (!is_dir($cache_dir) && !mkdir($cache_dir)) die("skip unable to create file_cache dir");
16 opcache.file_cache={PWD}/024-file_cache
41 $cache_dir = ini_get("opcache.file_cache");
/PHP-8.1/ext/opcache/tests/
H A Dlog_verbosity_bug.phpt4 This test forces the opcache to error by setting file_cache_only without file_cache.
10 opcache.file_cache=
H A Dbug71443.phpt6 opcache.file_cache="{TMP}"
H A Dbug76275.phpt6 opcache.file_cache="{TMP}"
H A Dbug78189.phpt12 opcache.file_cache="{TMP}"
H A Dbug78185.phpt6 opcache.file_cache={PWD}
/PHP-8.1/ext/zend_test/tests/
H A Doptimizer_register_pass.phpt17 opcache.file_cache=
/PHP-8.1/
H A Drun-tests.php161 $user_tests, $valgrind, $sum_results, $shuffle, $file_cache, $num_repeats,
360 $file_cache = null;
499 $file_cache = 'prime';
502 $file_cache = 'use';
H A Dphp.ini-development1882 ;opcache.file_cache=
H A Dphp.ini-production1884 ;opcache.file_cache=
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c283 … , NULL , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache, …
447 if (ZCG(accel_directives).file_cache) {
607 if (ZCG(accel_directives).file_cache) {
608 add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache);
769 …file_cache", ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cach…
H A DZendAccelerator.h179 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 DZendAccelerator.c1340 if (ZCG(accel_directives).file_cache) { in zend_accel_invalidate()
1505 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1547 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1605 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1663 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1801 if (ZCG(accel_directives).file_cache) { in opcache_compile_file()
1977 && ZCG(accel_directives).file_cache in persistent_compile_file()
1988 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2080 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2167 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
[all …]
H A Dzend_file_cache.c926 len = strlen(ZCG(accel_directives).file_cache);
928 memcpy(filename, ZCG(accel_directives).file_cache, len);
934 len = strlen(ZCG(accel_directives).file_cache);
938 memcpy(filename, ZCG(accel_directives).file_cache, len);
994 if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {
/PHP-8.1/.github/scripts/windows/
H A Dtest_task.bat98 echo opcache.file_cache=%PHP_BUILD_DIR%\test_file_cache >> %PHP_BUILD_DIR%\php.ini

Completed in 56 milliseconds