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, parse_url($queryString));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D354F
function name:  (null)
number of ops:  13
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        INIT_FCALL                                               'parse_url'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        SEND_VAR                                                 $4
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.75 ms | 1394 KiB | 19 Q