3v4l.org

run code in 300+ PHP versions simultaneously
<?php $src = 'http://www.my.com/api.php%3Fkey1=xxx&key2=xxx'; $src = parse_url($src); parse_str($src['query']); echo $key1,$key2;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TbBjC
function name:  (null)
number of ops:  12
compiled vars:  !0 = $src, !1 = $key1, !2 = $key2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.my.com%2Fapi.php%253Fkey1%3Dxxx%26key2%3Dxxx'
    4     1        INIT_FCALL                                               'parse_url'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !0, $4
    5     5        INIT_FCALL                                               'parse_str'
          6        FETCH_DIM_R                                      ~6      !0, 'query'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                                 
    6     9        ECHO                                                     !1
         10        ECHO                                                     !2
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.92 ms | 1394 KiB | 17 Q