Home
last modified time | relevance | path

Searched refs:file_cache_only (Results 1 – 25 of 29) sorted by relevance

12

/php-src/ext/zend_test/tests/
H A Dobserver_declarations_file_cache.phpt2 Observer: Observe function and class declarations with file_cache_only
11 opcache.file_cache_only=1
H A Doptimizer_register_pass.phpt18 opcache.file_cache_only=0
H A Dobserver_preload.phpt16 opcache.file_cache_only=0
/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.
11 opcache.file_cache_only=1
H A Dis_script_cached.phpt8 opcache.file_cache_only=0
H A Dbug69281.phpt8 opcache.file_cache_only=0
H A D001_cli.phpt6 opcache.file_cache_only=0
H A Dbug71443.phpt7 opcache.file_cache_only=1
H A Dleak_001.phpt6 opcache.file_cache_only=0
H A Dbool_not_cv.phpt6 opcache.file_cache_only=0
H A Dbug65915.phpt6 opcache.file_cache_only=0
H A Dbug78189.phpt13 opcache.file_cache_only=1
H A Dblacklist-win32.phpt8 opcache.file_cache_only=0
H A Dzzz_basic_logging.phpt9 opcache.file_cache_only=0
H A Dbug78185.phpt7 opcache.file_cache_only=1
H A Dbug74596.phpt8 opcache.file_cache_only=0
H A Dblacklist.phpt8 opcache.file_cache_only=0
/php-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt20 …s) && ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_onl…
/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt20 …s) && ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_onl…
/php-src/ext/phar/tests/
H A Dcreate_new_and_modify.phpt26 …s) && ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_onl…
/php-src/ext/ffi/tests/
H A D300.phpt18 opcache.file_cache_only=0
/php-src/ext/opcache/
H A DZendAccelerator.h180 bool file_cache_only; member
290 extern bool file_cache_only;
H A Dzend_accelerator_module.c314 … , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_only, …
430 if (file_cache_only) {
463 if (ZCG(accelerator_enabled) || file_cache_only) {
473 if (!file_cache_only) {
496 if (file_cache_only) {
666 if (file_cache_only) {
825 …ool(&directives, "opcache.file_cache_only", ZCG(accel_directives).file_cache_only);
H A DZendAccelerator.c117 bool file_cache_only = false; /* process uses file cache only */ variable
506 if (UNEXPECTED(file_cache_only)) { in accel_new_interned_string()
1991 } else if (file_cache_only) { in persistent_compile_file()
2500 if (!file_cache_only && in persistent_zend_resolve_path()
2622 if (file_cache_only) { in accel_activate()
3187 file_cache_only = ZCG(accel_directives).file_cache_only;
3188 if (!file_cache_only) {
3242 file_cache_only = true;
3331 if (!file_cache_only && ZCG(accel_directives).interned_strings_buffer) {
3379 _file_cache_only = file_cache_only;
[all …]
/php-src/.github/workflows/
H A Dnightly.yml598 -d opcache.file_cache_only=1
606 -d opcache.file_cache_only=1
614 -d opcache.file_cache_only=1

Completed in 82 milliseconds

12