3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(parse_url('127.0.0.1')); var_dump(parse_url('127.0.0.1:443')); var_dump(parse_url('owncloud.com:3232')); var_dump(parse_url('owncloud.com')); var_dump(parse_url('[1fff:0:a88:85a3::ac1f]'));
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["path"]=> string(9) "127.0.0.1" } array(2) { ["host"]=> string(9) "127.0.0.1" ["port"]=> int(443) } array(2) { ["host"]=> string(12) "owncloud.com" ["port"]=> int(3232) } array(1) { ["path"]=> string(12) "owncloud.com" } array(1) { ["path"]=> string(23) "[1fff:0:a88:85a3::ac1f]" }

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:
66.15 ms | 402 KiB | 8 Q