3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queryString = '/post.php?foo=5&bar=&baz=2&bee=&fee=&feo=8'; parse_str($queryString, $args); var_dump($args);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GVNQp
function name:  (null)
number of ops:  9
compiled vars:  !0 = $queryString, !1 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2Fpost.php%3Ffoo%3D5%26bar%3D%26baz%3D2%26bee%3D%26fee%3D%26feo%3D8'
    4     1        INIT_FCALL                                               'parse_str'
          2        SEND_VAR                                                 !0
          3        SEND_REF                                                 !1
          4        DO_ICALL                                                 
    5     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
228.38 ms | 1398 KiB | 17 Q