3v4l.org

run code in 300+ PHP versions simultaneously
<?php # error_reporting(E_ALL | E_STRICT); $a = array(); nullArray(@$a['blap']); function nullArray( &$a) { print $a; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L9HBT
function name:  (null)
number of ops:  8
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL_BY_NAME                                       'nullArray'
          2        BEGIN_SILENCE                                    ~2      
          3        FETCH_DIM_R                                      ~3      !0, 'blap'
          4        END_SILENCE                                              ~2
          5        SEND_VAL_EX                                              ~3
          6        DO_FCALL                                      0          
   12     7      > RETURN                                                   1

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

End of function nullarray

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.83 ms | 1393 KiB | 13 Q