3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.48 ms | 1398 KiB | 15 Q