3v4l.org

run code in 300+ PHP versions simultaneously
<?php $age = array(); $age[$id]="35"; $age[$id]="37"; $age[$id]="43"; echo $age[$id];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1mIFN
function name:  (null)
number of ops:  10
compiled vars:  !0 = $age, !1 = $id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN_DIM                                               !0, !1
          2        OP_DATA                                                  '35'
    5     3        ASSIGN_DIM                                               !0, !1
          4        OP_DATA                                                  '37'
    6     5        ASSIGN_DIM                                               !0, !1
          6        OP_DATA                                                  '43'
    8     7        FETCH_DIM_R                                      ~6      !0, !1
          8        ECHO                                                     ~6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.57 ms | 1397 KiB | 13 Q