Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/phar/tests/
H A Dcreate_new_and_modify.phpt26 …s) && ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_onl…
/PHP-8.0/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-8.0/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-8.0/ext/opcache/tests/
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 Dbug65915.phpt6 opcache.file_cache_only=0
H A Dlog_verbosity_bug.phpt10 opcache.file_cache_only=0
H A Dzzz_basic_logging.phpt9 opcache.file_cache_only=0
H A Dbool_not_cv.phpt6 opcache.file_cache_only=0
H A Dblacklist-win32.phpt8 opcache.file_cache_only=0
H A Dbug78189.phpt12 opcache.file_cache_only=1
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-8.0/ext/ffi/tests/
H A D300.phpt15 opcache.file_cache_only=0
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h189 zend_bool file_cache_only; member
300 extern zend_bool file_cache_only;
H A Dzend_accelerator_module.c274 … , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_only, …
386 if (file_cache_only) {
419 if (ZCG(accelerator_enabled) || file_cache_only) {
429 if (!file_cache_only) {
452 if (file_cache_only) {
597 if (file_cache_only) {
757 …ool(&directives, "opcache.file_cache_only", ZCG(accel_directives).file_cache_only);
H A DZendAccelerator.c115 zend_bool file_cache_only = 0; /* process uses file cache only */ variable
469 if (UNEXPECTED(file_cache_only)) { in accel_new_interned_string()
1976 } else if (file_cache_only) { in persistent_compile_file()
2303 if (!file_cache_only && in persistent_zend_resolve_path()
2427 if (file_cache_only) { in accel_activate()
2973 file_cache_only = ZCG(accel_directives).file_cache_only;
2974 if (!file_cache_only) {
3031 file_cache_only = 1;
3131 if (!file_cache_only && ZCG(accel_directives).interned_strings_buffer) {
3169 _file_cache_only = file_cache_only;
[all …]
H A Dzend_file_cache.c1088 if (EXPECTED(!file_cache_only)) {
1748 if (!file_cache_only &&
H A Dzend_persist.c39 if (file_cache_only) { \
/PHP-8.0/.github/workflows/
H A Dnightly.yml437 -d opcache.file_cache_only=1
445 -d opcache.file_cache_only=1
453 -d opcache.file_cache_only=1
/PHP-8.0/
H A Dphp.ini-development1871 ;opcache.file_cache_only=0
1876 ; Implies opcache.file_cache_only=1 for a certain process that failed to

Completed in 132 milliseconds

12