3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str = 'producturl.php?id=736375493?=tm'; parse_str(parse_url($str, PHP_URL_QUERY), $result); var_export($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7LnFt
function name:  (null)
number of ops:  13
compiled vars:  !0 = $str, !1 = $result
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'producturl.php%3Fid%3D736375493%3F%3Dtm'
    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                                                     
    5     9        INIT_FCALL                                                   'var_export'
         10        SEND_VAR                                                     !1
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.69 ms | 2030 KiB | 16 Q