3v4l.org

run code in 300+ PHP versions simultaneously
<xml version="0.91"> <channel> <title>PHP: Hypertext Preprocessor</title> <link>http://www.php.net/</link> <description>The PHP scripting language web site</description> </channel> <item> <title>PHP 5.0.0 Beta 3 Released</title> <link>http://www.php.net/downloads.php</link> <description>PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises).</description> </item> <item> <title>PHP Community Site Project Announced</title> <link>http://shiflett.org/archive/19</link> <description> Members of the PHP community are seeking volunteers to help develop the first web site that is created both by the community and for the community.</description> </item> </xml> <?php> $xml=simplexml_load_string($xml); print $xml->channel->title . "n"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<xml version="0.91"> <channel> <title>PHP: Hypertext Preprocessor</title> <link>http://www.php.net/</link> <description>The PHP scripting language web site</description> </channel> <item> <title>PHP 5.0.0 Beta 3 Released</title> <link>http://www.php.net/downloads.php</link> <description>PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises).</description> </item> <item> <title>PHP Community Site Project Announced</title> <link>http://shiflett.org/archive/19</link> <description> Members of the PHP community are seeking volunteers to help develop the first web site that is created both by the community and for the community.</description> </item> </xml> <?php> $xml=simplexml_load_string($xml); print $xml->channel->title . "n"; ?>

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.73 ms | 403 KiB | 8 Q