3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.59 ms | 1392 KiB | 13 Q