3v4l.org

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

Function nullarray:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KOWa4
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:
150.45 ms | 939 KiB | 16 Q