3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((new ReflectionExtension('Zend Opcache'))->getINIEntries());
Output for 8.3.0 - 8.3.4, 8.3.6
array(53) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.record_warnings"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFEBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" ["opcache.preload"]=> string(0) "" ["opcache.preload_user"]=> string(0) "" ["opcache.jit"]=> string(7) "tracing" ["opcache.jit_buffer_size"]=> string(1) "0" ["opcache.jit_debug"]=> string(1) "0" ["opcache.jit_bisect_limit"]=> string(1) "0" ["opcache.jit_prof_threshold"]=> string(5) "0.005" ["opcache.jit_max_root_traces"]=> string(4) "1024" ["opcache.jit_max_side_traces"]=> string(3) "128" ["opcache.jit_max_exit_counters"]=> string(4) "8192" ["opcache.jit_hot_loop"]=> string(2) "64" ["opcache.jit_hot_func"]=> string(3) "127" ["opcache.jit_hot_return"]=> string(1) "8" ["opcache.jit_hot_side_exit"]=> string(1) "8" ["opcache.jit_blacklist_root_trace"]=> string(2) "16" ["opcache.jit_blacklist_side_trace"]=> string(1) "8" ["opcache.jit_max_loop_unrolls"]=> string(1) "8" ["opcache.jit_max_recursive_calls"]=> string(1) "2" ["opcache.jit_max_recursive_returns"]=> string(1) "2" ["opcache.jit_max_polymorphic_calls"]=> string(1) "2" ["opcache.jit_max_trace_length"]=> string(4) "1024" }
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 array(53) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.record_warnings"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFEBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" ["opcache.preload"]=> string(0) "" ["opcache.preload_user"]=> string(0) "" ["opcache.jit"]=> string(7) "tracing" ["opcache.jit_buffer_size"]=> string(1) "0" ["opcache.jit_debug"]=> string(1) "0" ["opcache.jit_bisect_limit"]=> string(1) "0" ["opcache.jit_prof_threshold"]=> string(5) "0.005" ["opcache.jit_max_root_traces"]=> string(4) "1024" ["opcache.jit_max_side_traces"]=> string(3) "128" ["opcache.jit_max_exit_counters"]=> string(4) "8192" ["opcache.jit_hot_loop"]=> string(2) "64" ["opcache.jit_hot_func"]=> string(3) "127" ["opcache.jit_hot_return"]=> string(1) "8" ["opcache.jit_hot_side_exit"]=> string(1) "8" ["opcache.jit_blacklist_root_trace"]=> string(2) "16" ["opcache.jit_blacklist_side_trace"]=> string(1) "8" ["opcache.jit_max_loop_unrolls"]=> string(1) "8" ["opcache.jit_max_recursive_calls"]=> string(1) "2" ["opcache.jit_max_recursive_returns"]=> string(1) "2" ["opcache.jit_max_polymorphic_calls"]=> string(1) "2" ["opcache.jit_max_trace_length"]=> string(4) "1024" }
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
array(53) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.record_warnings"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFEBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" ["opcache.preload"]=> string(0) "" ["opcache.preload_user"]=> string(0) "" ["opcache.jit"]=> string(7) "tracing" ["opcache.jit_buffer_size"]=> string(1) "0" ["opcache.jit_debug"]=> string(1) "0" ["opcache.jit_bisect_limit"]=> string(1) "0" ["opcache.jit_prof_threshold"]=> string(5) "0.005" ["opcache.jit_max_root_traces"]=> string(4) "1024" ["opcache.jit_max_side_traces"]=> string(3) "128" ["opcache.jit_max_exit_counters"]=> string(4) "8192" ["opcache.jit_hot_loop"]=> string(2) "64" ["opcache.jit_hot_func"]=> string(3) "127" ["opcache.jit_hot_return"]=> string(1) "8" ["opcache.jit_hot_side_exit"]=> string(1) "8" ["opcache.jit_blacklist_root_trace"]=> string(2) "16" ["opcache.jit_blacklist_side_trace"]=> string(1) "8" ["opcache.jit_max_loop_unrolls"]=> string(1) "8" ["opcache.jit_max_recursive_calls"]=> string(1) "2" ["opcache.jit_max_recursive_returns"]=> string(1) "2" ["opcache.jit_max_polymorphic_calls"]=> string(1) "2" }
Output for 8.0.13
Fatal error: Uncaught ReflectionException: Extension "Zend Opcache" does not exist in /in/jbH0l:3 Stack trace: #0 /in/jbH0l(3): ReflectionExtension->__construct('Zend Opcache') #1 {main} thrown in /in/jbH0l on line 3
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Fatal error: Uncaught ReflectionException: Extension Zend Opcache does not exist in /in/jbH0l:3 Stack trace: #0 /in/jbH0l(3): ReflectionExtension->__construct('Zend Opcache') #1 {main} thrown in /in/jbH0l on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.32
array(34) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.optimization_level"]=> string(10) "0x7FFEBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" ["opcache.preload"]=> string(0) "" ["opcache.preload_user"]=> string(0) "" }
Output for 7.3.0 - 7.3.31
array(32) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.optimization_level"]=> string(10) "0x7FFEBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.2.0 - 7.2.33
array(33) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.1.2 - 7.1.33
array(34) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(3) "128" ["opcache.interned_strings_buffer"]=> string(1) "8" ["opcache.max_accelerated_files"]=> string(5) "10000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.1.0 - 7.1.1
array(34) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.opt_debug_level"]=> string(1) "0" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.0.14 - 7.0.33
array(33) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.0.6 - 7.0.13
array(31) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.lockfile_path"]=> string(4) "/tmp" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.0.3 - 7.0.5
array(30) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.0.2
array(30) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0xFFFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 7.0.0 - 7.0.1
array(30) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0xFFFFFFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" ["opcache.file_cache"]=> NULL ["opcache.file_cache_only"]=> string(1) "0" ["opcache.file_cache_consistency_checks"]=> string(1) "1" ["opcache.huge_code_pages"]=> string(1) "0" }
Output for 5.6.29 - 5.6.40
array(29) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.validate_permission"]=> string(1) "0" ["opcache.validate_root"]=> string(1) "0" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.load_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" }
Output for 5.6.18 - 5.6.28
array(27) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.load_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0x7FFFBFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" }
Output for 5.5.7 - 5.5.38, 5.6.0 - 5.6.17
array(27) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.file_update_protection"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.load_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0xFFFFFFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" }
Output for 5.5.2 - 5.5.6
array(26) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.load_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0xFFFFFFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" ["opcache.restrict_api"]=> string(0) "" }
Output for 5.5.0 - 5.5.1
array(25) { ["opcache.enable"]=> string(1) "1" ["opcache.use_cwd"]=> string(1) "1" ["opcache.validate_timestamps"]=> string(1) "1" ["opcache.inherited_hack"]=> string(1) "1" ["opcache.dups_fix"]=> string(1) "0" ["opcache.revalidate_path"]=> string(1) "0" ["opcache.log_verbosity_level"]=> string(1) "1" ["opcache.memory_consumption"]=> string(2) "64" ["opcache.interned_strings_buffer"]=> string(1) "4" ["opcache.max_accelerated_files"]=> string(4) "2000" ["opcache.max_wasted_percentage"]=> string(1) "5" ["opcache.consistency_checks"]=> string(1) "0" ["opcache.force_restart_timeout"]=> string(3) "180" ["opcache.revalidate_freq"]=> string(1) "2" ["opcache.preferred_memory_model"]=> string(0) "" ["opcache.blacklist_filename"]=> string(0) "" ["opcache.max_file_size"]=> string(1) "0" ["opcache.protect_memory"]=> string(1) "0" ["opcache.save_comments"]=> string(1) "1" ["opcache.load_comments"]=> string(1) "1" ["opcache.fast_shutdown"]=> string(1) "0" ["opcache.optimization_level"]=> string(10) "0xFFFFFFFF" ["opcache.enable_file_override"]=> string(1) "0" ["opcache.enable_cli"]=> string(1) "0" ["opcache.error_log"]=> string(0) "" }
Output for 5.4.0 - 5.4.45
Fatal error: Uncaught exception 'ReflectionException' with message 'Extension Zend Opcache does not exist' in /in/jbH0l:3 Stack trace: #0 /in/jbH0l(3): ReflectionExtension->__construct('Zend Opcache') #1 {main} thrown in /in/jbH0l on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/jbH0l on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /in/jbH0l on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/jbH0l on line 3
Process exited with code 255.

preferences:
283.77 ms | 401 KiB | 459 Q