3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.73 ms | 1394 KiB | 15 Q