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']))
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected end of file in /in/U4hOP on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected $end in /in/U4hOP on line 10
Process exited with code 255.

preferences:
184.2 ms | 1395 KiB | 53 Q