3v4l.org

run code in 300+ PHP versions simultaneously
<?php $me = __FILE__; $xml = <<<ENDOFXML <!DOCTYPE root [ <!ENTITY foo SYSTEM "$me"> ]> <foo>&foo;</foo> ENDOFXML; echo "libxml version: " . LIBXML_DOTTED_VERSION . "\n\n"; $s = simplexml_load_string($xml, null, LIBXML_NOENT); 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 Warning: simplexml_load_string(): /in/1rlRV:15: parser error : ParsePI: PI php never end ... in /in/1rlRV on line 12 Warning: simplexml_load_string(): var_dump(base64_decode($s)); in /in/1rlRV on line 12 Warning: simplexml_load_string(): ^ in /in/1rlRV on line 12 Warning: simplexml_load_string(): Entity: line 5: parser error : Failure to process entity foo in /in/1rlRV on line 12 Warning: simplexml_load_string(): <foo>&foo;</foo> in /in/1rlRV on line 12 Warning: simplexml_load_string(): ^ in /in/1rlRV on line 12 Warning: simplexml_load_string(): Entity: line 5: parser error : Entity 'foo' not defined in /in/1rlRV on line 12 Warning: simplexml_load_string(): <foo>&foo;</foo> in /in/1rlRV on line 12 Warning: simplexml_load_string(): ^ in /in/1rlRV on line 12 bool(false) 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:
47.85 ms | 403 KiB | 8 Q