3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "form_key=kcE3W2vzParNhPN5&options%5B1508%5D=2025&options%5B1509%5D=1234&options%5B1510%5D=5678&options%5B1511%5D=&options%5B1512%5D=&options%5B1513%5D=&productId=59891"; $output = array(); parse_str($str, $output); print_r($output);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TR27p
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str, !1 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'form_key%3DkcE3W2vzParNhPN5%26options%255B1508%255D%3D2025%26options%255B1509%255D%3D1234%26options%255B1510%255D%3D5678%26options%255B1511%255D%3D%26options%255B1512%255D%3D%26options%255B1513%255D%3D%26productId%3D59891'
    5     1        ASSIGN                                                   !1, <array>
    6     2        INIT_FCALL                                               'parse_str'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    8     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.67 ms | 1398 KiB | 17 Q