3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename = __FILE__; libxml_disable_entity_loader(true); $reader = new \XMLReader(); $reader->open($filename); libxml_disable_entity_loader(true); $dom = new \DOMDocument(); $dom->load($filename);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function libxml_disable_entity_loader() is deprecated in /in/7n1J8 on line 4 Warning: XMLReader::open(): Unable to open source data in /in/7n1J8 on line 6 Deprecated: Function libxml_disable_entity_loader() is deprecated in /in/7n1J8 on line 8 Warning: DOMDocument::load(): I/O warning : failed to load external entity "/in/7n1J8" in /in/7n1J8 on line 10

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:
37.91 ms | 402 KiB | 8 Q