accel_directives 92 ext/opcache/Optimizer/zend_optimizer_internal.h ZCG(accel_directives).optimization_level accel_directives 82 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).protect_memory) { \ accel_directives 88 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).protect_memory) { \ accel_directives 201 ext/opcache/ZendAccelerator.c if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(accel_directives).max_wasted_percentage) { accel_directives 429 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache_only) { accel_directives 660 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout accel_directives 663 ext/opcache/ZendAccelerator.c zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage_check.l_pid); accel_directives 912 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).revalidate_freq && accel_directives 918 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq; accel_directives 940 ext/opcache/ZendAccelerator.c } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { accel_directives 1098 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { accel_directives 1112 ext/opcache/ZendAccelerator.c !ZCG(accel_directives).validate_timestamps || accel_directives 1251 ext/opcache/ZendAccelerator.c (!ZCG(accel_directives).validate_timestamps || accel_directives 1329 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { accel_directives 1438 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps || accel_directives 1439 ext/opcache/ZendAccelerator.c ZCG(accel_directives).file_update_protection || accel_directives 1440 ext/opcache/ZendAccelerator.c ZCG(accel_directives).max_file_size > 0) { accel_directives 1446 ext/opcache/ZendAccelerator.c timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL); accel_directives 1457 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_update_protection && accel_directives 1458 ext/opcache/ZendAccelerator.c (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) { accel_directives 1463 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size) { accel_directives 1530 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps) { accel_directives 1535 ext/opcache/ZendAccelerator.c new_persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq; accel_directives 1633 ext/opcache/ZendAccelerator.c } else if (ZCG(accel_directives).file_cache_only) { accel_directives 1639 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { accel_directives 1665 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path) { accel_directives 1722 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache) { accel_directives 1734 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).validate_timestamps) { accel_directives 1753 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).consistency_checks accel_directives 1754 ext/opcache/ZendAccelerator.c && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { accel_directives 1779 ext/opcache/ZendAccelerator.c if (!persistent_script && ZCG(accel_directives).file_cache) { accel_directives 1922 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path) { accel_directives 2033 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_cache_only) { accel_directives 2073 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) { accel_directives 2326 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).fast_shutdown && is_zend_mm()) { accel_directives 2386 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).enable_cli && ( accel_directives 2408 ext/opcache/ZendAccelerator.c zend_accel_hash_init(&ZCSG(hash), ZCG(accel_directives).max_accelerated_files); accel_directives 2412 ext/opcache/ZendAccelerator.c zend_hash_init(&ZCSG(interned_strings), (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024) / (sizeof(Bucket) + sizeof(Bucket*) + 8 /* average string length */), NULL, NULL, 1); accel_directives 2413 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) { accel_directives 2418 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * 1024 * 1024)); accel_directives 2426 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_end) = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024); accel_directives 2444 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) { accel_directives 2647 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).huge_code_pages && accel_directives 2659 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).enable_cli && accel_directives 2676 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).file_cache_only) { accel_directives 2680 ext/opcache/ZendAccelerator.c switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) { accel_directives 2736 ext/opcache/ZendAccelerator.c } else if (!ZCG(accel_directives).file_cache) { accel_directives 2789 ext/opcache/ZendAccelerator.c ZCG(accel_directives).user_blacklist_filename && accel_directives 2790 ext/opcache/ZendAccelerator.c *ZCG(accel_directives.user_blacklist_filename)) { accel_directives 2792 ext/opcache/ZendAccelerator.c zend_accel_blacklist_load(&accel_blacklist, ZCG(accel_directives.user_blacklist_filename)); accel_directives 2819 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) { accel_directives 2835 ext/opcache/ZendAccelerator.c file_cache_only = ZCG(accel_directives).file_cache_only; accel_directives 2864 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout) { accel_directives 2865 ext/opcache/ZendAccelerator.c ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout; accel_directives 242 ext/opcache/ZendAccelerator.h zend_accel_directives accel_directives; accel_directives 154 ext/opcache/shared_alloc_win32.c if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) { accel_directives 173 ext/opcache/shared_alloc_win32.c ZCG(accel_directives).file_cache_only = 1; accel_directives 277 ext/opcache/shared_alloc_win32.c if (!ZCG(accel_directives).mmap_base || !*ZCG(accel_directives).mmap_base) { accel_directives 280 ext/opcache/shared_alloc_win32.c char *s = ZCG(accel_directives).mmap_base; accel_directives 38 ext/opcache/zend_accelerator_debug.c if (type > ZCG(accel_directives).log_verbosity_level) { accel_directives 46 ext/opcache/zend_accelerator_debug.c if (!ZCG(accel_directives).error_log || accel_directives 47 ext/opcache/zend_accelerator_debug.c !*ZCG(accel_directives).error_log || accel_directives 48 ext/opcache/zend_accelerator_debug.c strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { accel_directives 52 ext/opcache/zend_accelerator_debug.c fLog = fopen(ZCG(accel_directives).error_log, "a+"); accel_directives 88 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) { accel_directives 89 ext/opcache/zend_accelerator_module.c int len = strlen(ZCG(accel_directives).restrict_api); accel_directives 93 ext/opcache/zend_accelerator_module.c memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) { accel_directives 273 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.use_cwd" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.use_cwd , zend_accel_globals, accel_globals) accel_directives 274 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.validate_timestamps", "1", PHP_INI_ALL , OnUpdateBool, accel_directives.validate_timestamps, zend_accel_globals, accel_globals) accel_directives 275 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.inherited_hack" , "1", PHP_INI_SYSTEM, OnUpdateBool, accel_directives.inherited_hack , zend_accel_globals, accel_globals) accel_directives 276 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.dups_fix" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.ignore_dups , zend_accel_globals, accel_globals) accel_directives 277 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.revalidate_path" , "0", PHP_INI_ALL , OnUpdateBool, accel_directives.revalidate_path , zend_accel_globals, accel_globals) accel_directives 279 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.log_verbosity_level" , "1" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.log_verbosity_level, zend_accel_globals, accel_globals) accel_directives 280 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.memory_consumption" , "64" , PHP_INI_SYSTEM, OnUpdateMemoryConsumption, accel_directives.memory_consumption, zend_accel_globals, accel_globals) accel_directives 281 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.interned_strings_buffer", "4" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.interned_strings_buffer, zend_accel_globals, accel_globals) accel_directives 282 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.max_accelerated_files" , "2000", PHP_INI_SYSTEM, OnUpdateMaxAcceleratedFiles, accel_directives.max_accelerated_files, zend_accel_globals, accel_globals) accel_directives 283 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.max_wasted_percentage" , "5" , PHP_INI_SYSTEM, OnUpdateMaxWastedPercentage, accel_directives.max_wasted_percentage, zend_accel_globals, accel_globals) accel_directives 284 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.consistency_checks" , "0" , PHP_INI_ALL , OnUpdateLong, accel_directives.consistency_checks, zend_accel_globals, accel_globals) accel_directives 285 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.force_restart_timeout" , "180" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.force_restart_timeout, zend_accel_globals, accel_globals) accel_directives 286 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.revalidate_freq" , "2" , PHP_INI_ALL , OnUpdateLong, accel_directives.revalidate_freq, zend_accel_globals, accel_globals) accel_directives 287 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.file_update_protection", "2" , PHP_INI_ALL , OnUpdateLong, accel_directives.file_update_protection, zend_accel_globals, accel_globals) accel_directives 288 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.preferred_memory_model", "" , PHP_INI_SYSTEM, OnUpdateStringUnempty, accel_directives.memory_model, zend_accel_globals, accel_globals) accel_directives 289 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.blacklist_filename" , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.user_blacklist_filename, zend_accel_globals, accel_globals) accel_directives 290 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.max_file_size" , "0" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.max_file_size, zend_accel_globals, accel_globals) accel_directives 292 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.protect_memory" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.protect_memory, zend_accel_globals, accel_globals) accel_directives 293 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.save_comments" , "1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.save_comments, zend_accel_globals, accel_globals) accel_directives 294 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.fast_shutdown" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.fast_shutdown, zend_accel_globals, accel_globals) accel_directives 296 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.optimization_level" , DEFAULT_OPTIMIZATION_LEVEL , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.optimization_level, zend_accel_globals, accel_globals) accel_directives 297 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.enable_file_override" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_override_enabled, zend_accel_globals, accel_globals) accel_directives 298 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.enable_cli" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.enable_cli, zend_accel_globals, accel_globals) accel_directives 299 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.error_log" , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.error_log, zend_accel_globals, accel_globals) accel_directives 300 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.restrict_api" , "" , PHP_INI_SYSTEM, OnUpdateString, accel_directives.restrict_api, zend_accel_globals, accel_globals) accel_directives 303 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.mmap_base", NULL, PHP_INI_SYSTEM, OnUpdateString, accel_directives.mmap_base, zend_accel_globals, accel_globals) accel_directives 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) accel_directives 308 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.file_cache_only" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_only, zend_accel_globals, accel_globals) accel_directives 309 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.file_cache_consistency_checks" , "1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_consistency_checks, zend_accel_globals, accel_globals) accel_directives 312 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.file_cache_fallback" , "1" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_fallback, zend_accel_globals, accel_globals) accel_directives 315 ext/opcache/zend_accelerator_module.c STD_PHP_INI_BOOLEAN("opcache.huge_code_pages" , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.huge_code_pages, zend_accel_globals, accel_globals) accel_directives 333 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).validate_timestamps) { accel_directives 396 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) { accel_directives 398 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache_only) { accel_directives 434 ext/opcache/zend_accelerator_module.c ((ZCG(counted) || ZCSG(accelerator_enabled)) || ZCG(accel_directives).file_cache_only) accel_directives 443 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).optimization_level) { accel_directives 449 ext/opcache/zend_accelerator_module.c if (!ZCG(accel_directives).file_cache_only) { accel_directives 454 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache) { accel_directives 459 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache_only) { accel_directives 478 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory)); accel_directives 565 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).validate_timestamps) { accel_directives 605 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache) { accel_directives 606 ext/opcache/zend_accelerator_module.c add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache); accel_directives 608 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).file_cache_only) { accel_directives 620 ext/opcache/zend_accelerator_module.c add_assoc_long(&memory_usage, "used_memory", ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory)); accel_directives 623 ext/opcache/zend_accelerator_module.c add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0); accel_directives 688 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli); accel_directives 689 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd); accel_directives 690 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps); accel_directives 691 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack); accel_directives 692 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups); accel_directives 693 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path); accel_directives 695 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.log_verbosity_level", ZCG(accel_directives).log_verbosity_level); accel_directives 696 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.memory_consumption", ZCG(accel_directives).memory_consumption); accel_directives 697 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.interned_strings_buffer",ZCG(accel_directives).interned_strings_buffer); accel_directives 698 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.max_accelerated_files", ZCG(accel_directives).max_accelerated_files); accel_directives 699 ext/opcache/zend_accelerator_module.c add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_percentage); accel_directives 700 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks); accel_directives 701 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.force_restart_timeout", ZCG(accel_directives).force_restart_timeout); accel_directives 702 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.revalidate_freq", ZCG(accel_directives).revalidate_freq); accel_directives 703 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directives).memory_model)); accel_directives 704 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.blacklist_filename", STRING_NOT_NULL(ZCG(accel_directives).user_blacklist_filename)); accel_directives 705 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size); accel_directives 706 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directives).error_log)); accel_directives 708 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.protect_memory", ZCG(accel_directives).protect_memory); accel_directives 709 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.save_comments", ZCG(accel_directives).save_comments); accel_directives 710 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.fast_shutdown", ZCG(accel_directives).fast_shutdown); accel_directives 711 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.enable_file_override", ZCG(accel_directives).file_override_enabled); accel_directives 712 ext/opcache/zend_accelerator_module.c add_assoc_long(&directives, "opcache.optimization_level", ZCG(accel_directives).optimization_level); accel_directives 715 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.file_cache", ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cache : ""); accel_directives 716 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.file_cache_only", ZCG(accel_directives).file_cache_only); accel_directives 717 ext/opcache/zend_accelerator_module.c add_assoc_bool(&directives, "opcache.file_cache_consistency_checks", ZCG(accel_directives).file_cache_consistency_checks); accel_directives 628 ext/opcache/zend_accelerator_util_funcs.c } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { accel_directives 678 ext/opcache/zend_file_cache.c len = strlen(ZCG(accel_directives).file_cache); accel_directives 680 ext/opcache/zend_file_cache.c memcpy(filename, ZCG(accel_directives).file_cache, len); accel_directives 717 ext/opcache/zend_file_cache.c if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) { accel_directives 1263 ext/opcache/zend_file_cache.c if (ZCG(accel_directives).validate_timestamps && accel_directives 1298 ext/opcache/zend_file_cache.c if (ZCG(accel_directives).file_cache_consistency_checks && accel_directives 1307 ext/opcache/zend_file_cache.c if (!ZCG(accel_directives).file_cache_only && accel_directives 629 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) { accel_directives 707 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) { accel_directives 755 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) { accel_directives 243 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && op_array->doc_comment) { accel_directives 291 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && prop->doc_comment) { accel_directives 326 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && ZEND_CE_DOC_COMMENT(ce)) { accel_directives 168 ext/opcache/zend_shared_alloc.c if (ZCG(accel_directives).memory_model && ZCG(accel_directives).memory_model[0]) { accel_directives 169 ext/opcache/zend_shared_alloc.c char *model = ZCG(accel_directives).memory_model; accel_directives 171 ext/opcache/zend_shared_alloc.c if (strncmp(ZCG(accel_directives).memory_model, "cgi", sizeof("cgi")) == 0) {