3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://localhost/kitchen-guide-new/index.php?option=com_content&view=article&id=45?subscribers_email=test@gmail.com&subscribers_name=test&encoding=UTF-8'; parse_str(parse_url($url, PHP_URL_QUERY), $array); var_export($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e5TYH
function name:  (null)
number of ops:  13
compiled vars:  !0 = $url, !1 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Flocalhost%2Fkitchen-guide-new%2Findex.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D45%3Fsubscribers_email%3Dtest%40gmail.com%26subscribers_name%3Dtest%26encoding%3DUTF-8'
    4     1        INIT_FCALL                                               'parse_str'
          2        INIT_FCALL                                               'parse_url'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 6
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    6     9        INIT_FCALL                                               'var_export'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.41 ms | 1385 KiB | 19 Q