3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('session.use_cookies', '0'); ini_set('session.use_only_cookies',0); ini_set('session.use_trans_sid',1); ini_set('session.trans_sid_hosts','php.net'); session_id('sessionidhere'); session_start(); ?> <p><a href="index.php">Click This Anchor Tag!</a></p> <p><a href="#place">Internal link</a></p> <p><a href="http://php.net/#foo">External link with anchor</a></p>
Output for git.master, git.master_jit, rfc.property-hooks
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p> <p><a href="#place">Internal link</a></p> <p><a href="http://php.net/?PHPSESSID=sessionidhere#foo">External link with anchor</a></p>

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