3v4l.org

run code in 500+ PHP versions simultaneously
<?php $tables = array(Gun => 6,Color => 2,Holster => 2,Canter => 1,Hand => 1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8PLuh
function name:  (null)
number of ops:  12
compiled vars:  !0 = $tables
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   FETCH_CONSTANT                                       ~1      'Gun'
          1        INIT_ARRAY                                           ~2      6, ~1
          2        FETCH_CONSTANT                                       ~3      'Color'
          3        ADD_ARRAY_ELEMENT                                    ~2      2, ~3
          4        FETCH_CONSTANT                                       ~4      'Holster'
          5        ADD_ARRAY_ELEMENT                                    ~2      2, ~4
          6        FETCH_CONSTANT                                       ~5      'Canter'
          7        ADD_ARRAY_ELEMENT                                    ~2      1, ~5
          8        FETCH_CONSTANT                                       ~6      'Hand'
          9        ADD_ARRAY_ELEMENT                                    ~2      1, ~6
         10        ASSIGN                                                       !0, ~2
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.16 ms | 3384 KiB | 13 Q