3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST["test"] = 'test'; echo "array: $array[0]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mHA5k
function name:  (null)
number of ops:  8
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $1      '_POST'
          1        ASSIGN_DIM                                               $1, 'test'
          2        OP_DATA                                                  'test'
    5     3        NOP                                                      
          4        FETCH_DIM_R                                      ~3      !0, 0
          5        FAST_CONCAT                                      ~4      'array%3A+', ~3
          6        ECHO                                                     ~4
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.32 ms | 1397 KiB | 13 Q