3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.54 ms | 1394 KiB | 15 Q