3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $url1 = parse_url($url); echo $url1['fragment']; ?>
Output for git.master, git.master_jit
Warning: Undefined array key "HTTP_HOST" in /in/DoG60 on line 2 Warning: Undefined array key "REQUEST_URI" in /in/DoG60 on line 2 Warning: Trying to access array offset on value of type bool in /in/DoG60 on line 4
Output for rfc.property-hooks
Warning: Undefined array key "HTTP_HOST" in /in/DoG60 on line 2 Warning: Undefined array key "REQUEST_URI" in /in/DoG60 on line 2 Warning: Trying to access array offset on false in /in/DoG60 on line 4

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:
54.32 ms | 401 KiB | 8 Q