3v4l.org

run code in 300+ PHP versions simultaneously
<?php $values = array(); parse_str('prijs=0,209&orderby=price&order=undefined&posts_per_page=undefined', $values); echo $values['prijs'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ejepI
function name:  (null)
number of ops:  8
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%3D0%2C209%26orderby%3Dprice%26order%3Dundefined%26posts_per_page%3Dundefined'
          3        SEND_REF                                                 !0
          4        DO_ICALL                                                 
    4     5        FETCH_DIM_R                                      ~3      !0, 'prijs'
          6        ECHO                                                     ~3
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.65 ms | 1394 KiB | 15 Q