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> <show_context_menu>yes</show_context_menu> <image> <thumb_path>200x295.png</thumb_path> <big_image_path>643x950.png</big_image_path> </image> </settings>'; $xml = simplexml_load_string($str); unset($xml->image); $xml->asXML('php://output');
Output for git.master, git.master_jit, rfc.property-hooks
<?xml version="1.0" encoding="UTF-8"?> <settings> <background_color>#000000</background_color> <show_context_menu>yes</show_context_menu> <show_context_menu>yes</show_context_menu> </settings>

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