3v4l.org

run code in 300+ PHP versions simultaneously
<?xml version="1.0" encoding="utf-8" ?> <rss 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> </rss> <?php> simplexml_load_file('/path/to/file.xml'); print $s->channel->title . "n"; ?>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<?xml version="1.0" encoding="utf-8" ?> <rss 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> </rss> <?php> simplexml_load_file('/path/to/file.xml'); print $s->channel->title . "n"; ?>
Output for 8.0.13
Parse error: syntax error, unexpected identifier "version" in /in/ahG3R on line 1
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.30, 5.6.8 - 5.6.15, 7.3.32 - 7.3.33, 7.4.33
Parse error: syntax error, unexpected 'version' (T_STRING) in /in/ahG3R on line 1
Process exited with code 255.

preferences:
168.35 ms | 402 KiB | 198 Q