3v4l.org

run code in 300+ PHP versions simultaneously
<?php $out = []; $in = [5]; $out[] = $in; $in = [6]; $out[] = $in; $in = [7]; var_export($out); var_export($in);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P70SH
function name:  (null)
number of ops:  15
compiled vars:  !0 = $out, !1 = $in
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  !1
    7     4        ASSIGN                                                   !1, <array>
    8     5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  !1
   10     7        ASSIGN                                                   !1, <array>
   12     8        INIT_FCALL                                               'var_export'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
   13    11        INIT_FCALL                                               'var_export'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.07 ms | 1425 KiB | 14 Q