Home
last modified time | relevance | path

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

/php-src/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-src/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}
H A Dfile_cache_error.phpt9 opcache.file_cache="{TMP}"
/php-src/ext/zend_test/tests/
H A Doptimizer_register_pass.phpt17 opcache.file_cache=
H A Dobserver_declarations_file_cache.phpt10 opcache.file_cache="{TMP}"
H A Dobserver_preload.phpt15 opcache.file_cache=
/php-src/
H A Drun-tests.php157 $valgrind, $sum_results, $shuffle, $file_cache, $num_repeats,
352 $file_cache = null;
488 $file_cache = 'prime';
491 $file_cache = 'use';
H A Dphp.ini-development1802 ;opcache.file_cache=
H A Dphp.ini-production1804 ;opcache.file_cache=
/php-src/ext/opcache/
H A Dzend_accelerator_module.c313 … , NULL , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache, …
478 if (ZCG(accel_directives).file_cache) {
663 if (ZCG(accel_directives).file_cache) {
664 add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache);
824 …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.c140 if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) { in zend_shared_alloc_reattach()
H A DZendAccelerator.c1409 if (ZCG(accel_directives).file_cache) { in zend_accel_invalidate()
1559 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1599 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1617 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1675 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1814 if (ZCG(accel_directives).file_cache) { in opcache_compile_file()
1986 && ZCG(accel_directives).file_cache in persistent_compile_file()
1996 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2088 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2139 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
[all …]
H A Dzend_file_cache.c960 len = strlen(ZCG(accel_directives).file_cache);
962 memcpy(filename, ZCG(accel_directives).file_cache, len);
968 len = strlen(ZCG(accel_directives).file_cache);
972 memcpy(filename, ZCG(accel_directives).file_cache, len);
1081 if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {
/php-src/.github/scripts/windows/
H A Dtest_task.bat120 echo opcache.file_cache=%PHP_BUILD_DIR%\test_file_cache >> %PHP_BUILD_DIR%\php.ini

Completed in 59 milliseconds