3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '<?xml version="1.0" encoding="UTF-8"?> <settings> <background_color>#000000</background_color> <show_context_menu>yes</show_context_menu> <image> <thumb_path>210x245.png</thumb_path> <big_image_path>620x930.png</big_image_path> </image> <image> <thumb_path>200x295.png</thumb_path> <big_image_path>643x950.png</big_image_path> </image> </settings>'; $xml = simplxml_load_string($xml); unset($xml->image); $xml->asXML('php://output');
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function simplxml_load_string() in /in/EYDYY:16 Stack trace: #0 {main} thrown in /in/EYDYY on line 16
Process exited with code 255.

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