3v4l.org

run code in 300+ PHP versions simultaneously
<?php parse_str("single=Single&multiple=Multiple&multiple=Multiple3&check=check2&radio=radio1", $test); var_dump($test);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aV5hp
function name:  (null)
number of ops:  8
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'parse_str'
          1        SEND_VAL                                                 'single%3DSingle%26multiple%3DMultiple%26multiple%3DMultiple3%26check%3Dcheck2%26radio%3Dradio1'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    2     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.46 ms | 1394 KiB | 17 Q