3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); $a[] = ‘one’; $a[] = ‘44’; $a[‘tree’] = 45; print_r($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GXVZ4
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        FETCH_CONSTANT                                   ~3      '%E2%80%98one%E2%80%99'
          2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  ~3
    5     4        FETCH_CONSTANT                                   ~5      '%E2%80%9844%E2%80%99'
          5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  ~5
    6     7        FETCH_CONSTANT                                   ~6      '%E2%80%98tree%E2%80%99'
          8        ASSIGN_DIM                                               !0, ~6
          9        OP_DATA                                                  45
    7    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.69 ms | 1385 KiB | 15 Q