3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( @$_SERVER['shit'], $_SERVER['shit'] );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9fXPq
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        BEGIN_SILENCE                                    ~0      
          2        FETCH_R                      global              ~1      '_SERVER'
          3        FETCH_DIM_R                                      ~2      ~1, 'shit'
          4        END_SILENCE                                              ~0
          5        SEND_VAL                                                 ~2
    5     6        FETCH_R                      global              ~3      '_SERVER'
          7        FETCH_DIM_R                                      ~4      ~3, 'shit'
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                                 
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.33 ms | 1394 KiB | 15 Q