3v4l.org

run code in 300+ PHP versions simultaneously
<?php parse_str('.fo.o=.ba.r& ba%20z=q%20u x', $arr); $arr[' ab c'] = 'test'; var_dump($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l0qfG
function name:  (null)
number of ops:  10
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_str'
          1        SEND_VAL                                                 '.fo.o%3D.ba.r%26+ba%2520z%3Dq%2520u+x'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    4     4        ASSIGN_DIM                                               !0, '+ab+c'
          5        OP_DATA                                                  'test'
    5     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.91 ms | 1394 KiB | 17 Q