3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'type%3Dbasic%26WhatPropType%3DSingle%2BFamily%2BResidential%26WhatDistrict%255B0%255D%3DHaiku%26WhatStartPrice%3D90000%26WhatEndPrice%3D30000000%26WhatStartBed%3D%26WhatStartBath%3D0%26DaysAgo%3D%26WhatStartIntArea%3D%26WhatSortDirection1%3DDESC%26start%3D0%26WhatNumber%3D10'; $dec_string = urldecode($string); parse_str($dec_string, $data); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/53q65
function name:  (null)
number of ops:  13
compiled vars:  !0 = $string, !1 = $dec_string, !2 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'type%253Dbasic%2526WhatPropType%253DSingle%252BFamily%252BResidential%2526WhatDistrict%25255B0%25255D%253DHaiku%2526WhatStartPrice%253D90000%2526WhatEndPrice%253D30000000%2526WhatStartBed%253D%2526WhatStartBath%253D0%2526DaysAgo%253D%2526WhatStartIntArea%253D%2526WhatSortDirection1%253DDESC%2526start%253D0%2526WhatNumber%253D10'
    4     1        INIT_FCALL                                               'urldecode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    6     5        INIT_FCALL                                               'parse_str'
          6        SEND_VAR                                                 !1
          7        SEND_REF                                                 !2
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152 ms | 1394 KiB | 19 Q