3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = urlencode("http://1/2/3/4/5/a.a?b=b&c=c"); $v1 = urlencode($v); echo $v; echo "\n--------\n"; echo $v1; echo "\n--------\n"; echo urldecode(urldecode($v1));
Output for git.master, git.master_jit, rfc.property-hooks
http%3A%2F%2F1%2F2%2F3%2F4%2F5%2Fa.a%3Fb%3Db%26c%3Dc -------- http%253A%252F%252F1%252F2%252F3%252F4%252F5%252Fa.a%253Fb%253Db%2526c%253Dc -------- http://1/2/3/4/5/a.a?b=b&c=c

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.41 ms | 401 KiB | 8 Q