3v4l.org

run code in 300+ PHP versions simultaneously
<?php $settings_defs = [ 'mtitle' => [ 'text' => <<<'END' /** * @var string * * A prefix to put in front of your table names. * This helps to prevent conflicts. */ END, 'default' => 'Maintenance Mode', 'type' => 'string', ], ]; echo $settings_defs['mtitle']['text']; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q1CGb
function name:  (null)
number of ops:  5
compiled vars:  !0 = $settings_defs
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   15     1        FETCH_DIM_R                                      ~2      !0, 'mtitle'
          2        FETCH_DIM_R                                      ~3      ~2, 'text'
          3        ECHO                                                     ~3
   17     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177 ms | 997 KiB | 13 Q