3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ['big' => 'lots', 'time' => 'matters']['big']; function func($a) { return $a; } echo func(['big'=>'lots','time'=>'matters'])['big'];// lots
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q6WZK
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_R                                      ~0      <array>, 'big'
          1        ECHO                                                     ~0
    7     2        INIT_FCALL                                               'func'
          3        SEND_VAL                                                 <array>
          4        DO_FCALL                                      0  $1      
          5        FETCH_DIM_R                                      ~2      $1, 'big'
          6        ECHO                                                     ~2
          7      > RETURN                                                   1

Function func:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q6WZK
function name:  func
number of ops:  3
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1      > RETURN                                                   !0
          2*     > RETURN                                                   null

End of function func

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.58 ms | 1396 KiB | 14 Q