3v4l.org

run code in 300+ PHP versions simultaneously
<?php $values = array(); parse_str('prijs[]=0&prijs[]=209&orderby=price&order=undefined&posts_per_page=undefined', $values); var_dump($values);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gWcWc
function name:  (null)
number of ops:  9
compiled vars:  !0 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'parse_str'
          2        SEND_VAL                                                 'prijs%5B%5D%3D0%26prijs%5B%5D%3D209%26orderby%3Dprice%26order%3Dundefined%26posts_per_page%3Dundefined'
          3        SEND_REF                                                 !0
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.75 ms | 1394 KiB | 17 Q