3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inputStr = 'OrderNo=1&StoreName=2&PartyCode=3&fromdate=04/26/2017&todate=04/27/2017&minamount=111&maxamount=222'; parse_str($inputStr, $output); var_dump($output);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/toiKf
function name:  (null)
number of ops:  9
compiled vars:  !0 = $inputStr, !1 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'OrderNo%3D1%26StoreName%3D2%26PartyCode%3D3%26fromdate%3D04%2F26%2F2017%26todate%3D04%2F27%2F2017%26minamount%3D111%26maxamount%3D222'
    6     1        INIT_FCALL                                               'parse_str'
          2        SEND_VAR                                                 !0
          3        SEND_REF                                                 !1
          4        DO_ICALL                                                 
    8     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:
151.56 ms | 1009 KiB | 15 Q