file_cache 1098 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { file_cache 1329 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { file_cache 1639 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { file_cache 1722 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { file_cache 1779 ext/opcache/ZendAccelerator.c if (!persistent_script && ZCG(accel_directives).file_cache) { file_cache 2736 ext/opcache/ZendAccelerator.c } else if (!ZCG(accel_directives).file_cache) { file_cache 221 ext/opcache/ZendAccelerator.h char *file_cache; file_cache 154 ext/opcache/shared_alloc_win32.c if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) { file_cache 307 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.file_cache" , NULL , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache, zend_accel_globals, accel_globals) file_cache 454 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache) { file_cache 605 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache) { file_cache 606 ext/opcache/zend_accelerator_module.c add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache); file_cache 715 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.file_cache", ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cache : ""); file_cache 678 ext/opcache/zend_file_cache.c len = strlen(ZCG(accel_directives).file_cache); file_cache 680 ext/opcache/zend_file_cache.c memcpy(filename, ZCG(accel_directives).file_cache, len); file_cache 717 ext/opcache/zend_file_cache.c if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {