3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* // DateTime complains if this is not set $tz = ini_get('date.timezone'); if (empty($tz)) { ini_set('date.timezone', 'America/Chicago'); } unset($tz); */ return [ 'modules' => [ 'ZfcBase', 'BokConsole' ], 'module_listener_options' => [ 'module_paths' => ['./', './vendor'], 'config_glob_paths' => [__DIR__ . '/autoload/{,*.}{global,local}.php'], 'config_cache_enabled' => false, 'module_map_cache_enabled' => false, ] ];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qF86Q
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E > > RETURN                                                   <array>
   21     1*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.97 ms | 1392 KiB | 13 Q