3v4l.org

run code in 300+ PHP versions simultaneously
<?php $auth = array( "admin" => "guru", "mawekl" => "trap", "master" => "youdontknow" ); print_r ($auth."\n"); $auth['neoxquick'] = '6EUEV6BRVTCEZ'; print_r ($auth."\n"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/984MI
function name:  (null)
number of ops:  12
compiled vars:  !0 = $auth
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'print_r'
          2        CONCAT                                           ~2      !0, '%0A'
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                                 
    9     5        ASSIGN_DIM                                               !0, 'neoxquick'
          6        OP_DATA                                                  '6EUEV6BRVTCEZ'
   10     7        INIT_FCALL                                               'print_r'
          8        CONCAT                                           ~5      !0, '%0A'
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
   16    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.2 ms | 1394 KiB | 15 Q