3v4l.org

run code in 300+ PHP versions simultaneously
<?php $me = __FILE__; $xml = <<<ENDOFXML <!DOCTYPE root [ <!ENTITY foo SYSTEM "php://filter/convert.base64-encode/resource=$me"> ]> <foo>&foo;</foo> ENDOFXML; echo "libxml version: " . LIBXML_DOTTED_VERSION . "\n\n"; $s = simplexml_load_string($xml); var_dump($s); echo "\n"; var_dump(base64_decode($s));
Output for git.master, git.master_jit, rfc.property-hooks
libxml version: 2.9.4 object(SimpleXMLElement)#1 (1) { ["foo"]=> object(SimpleXMLElement)#2 (1) { ["foo"]=> object(SimpleXMLElement)#3 (0) { } } } string(0) ""

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