3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.55 ms | 1394 KiB | 15 Q