3v4l.org

run code in 500+ PHP versions simultaneously
<?php ini_set('session.use_cookies', '0'); ini_set('session.use_only_cookies',0); ini_set('session.use_trans_sid',1); 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="index.php#place">External link with anchor</a></p>
Output for rfc.property-hooks, git.master, git.master_jit
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p> <p><a href="#place">Internal link</a></p> <p><a href="index.php?PHPSESSID=sessionidhere#place">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:
51.85 ms | 2650 KiB | 4 Q