3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $url = 'http://s.click.taobao.com/t_js?tu=http%3A%2F%2Fs.click.taobao.com%2Ft%3Fe%3DzGU34CA7K%252BPkqB07S4%252FK0CITy7klxxrJ35Nnc0vWaHl37H18cjdMO0RFhunziOFb%252FYR38ThEJAQs2K2vhBq7dgXLmU%252BSx8tU3PLk9d5Pc2Up%26ref%3D%26et%3DjFBDPciHyuvffw%253D%253D'; //$url = urldecode($url); $uri = parse_url($url,PHP_URL_QUERY); parse_str($uri,$args); print_r($args['tu']); print_r(urldecode($args['tu']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2GWkJ
function name:  (null)
number of ops:  22
compiled vars:  !0 = $url, !1 = $uri, !2 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fs.click.taobao.com%2Ft_js%3Ftu%3Dhttp%253A%252F%252Fs.click.taobao.com%252Ft%253Fe%253DzGU34CA7K%25252BPkqB07S4%25252FK0CITy7klxxrJ35Nnc0vWaHl37H18cjdMO0RFhunziOFb%25252FYR38ThEJAQs2K2vhBq7dgXLmU%25252BSx8tU3PLk9d5Pc2Up%2526ref%253D%2526et%253DjFBDPciHyuvffw%25253D%25253D'
    5     1        INIT_FCALL                                               'parse_url'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 6
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    6     6        INIT_FCALL                                               'parse_str'
          7        SEND_VAR                                                 !1
          8        SEND_REF                                                 !2
          9        DO_ICALL                                                 
    7    10        INIT_FCALL                                               'print_r'
         11        FETCH_DIM_R                                      ~7      !2, 'tu'
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'print_r'
         15        INIT_FCALL                                               'urldecode'
         16        FETCH_DIM_R                                      ~9      !2, 'tu'
         17        SEND_VAL                                                 ~9
         18        DO_ICALL                                         $10     
         19        SEND_VAR                                                 $10
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.97 ms | 1395 KiB | 21 Q