3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(['1' => 'one', '2' => 'two', '3' => 'three', 4.22222 => 'four']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KK97T
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_ARRAY                                           ~0      'one', 1
          2        ADD_ARRAY_ELEMENT                                    ~0      'two', 2
          3        ADD_ARRAY_ELEMENT                                    ~0      'three', 3
          4        ADD_ARRAY_ELEMENT                                    ~0      'four', 4.22222
          5        SEND_VAL                                                     ~0
          6        DO_ICALL                                                     
          7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
190.05 ms | 1924 KiB | 14 Q