3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.06 ms | 1392 KiB | 13 Q