3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', true); ini_set('error_reporting', -1); $array = array(); echo $array['default'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZTJuv
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                                 
          4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'error_reporting'
          6        SEND_VAL                                                 -1
          7        DO_ICALL                                                 
    3     8        ASSIGN                                                   !0, <array>
    5     9        FETCH_DIM_R                                      ~4      !0, 'default'
         10        ECHO                                                     ~4
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.72 ms | 1398 KiB | 15 Q