3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = "0;78d13qqoglyszmorspfwfdmwffgnubgr;\u003c?dpf sent len=\"1\"?\u003e\u003c?dpf orth code=\"unknown\" prop=\"Lesen;Lehnen;Lehren;Leasen;Leisen\" ?\u003elehsen\u003c?dpf /orth ?\u003e~~~\u003c?dpf /sent ?\u003e"; $response = preg_replace("/\\\\u([0-9a-f]{3,4})/i", "&#x\\1;", $response); $response = html_entity_decode($response , null, 'UTF-8'); $response = str_replace([ '<?dpf ', ' ?>', '?>' ], [ '<', '>', '>' ], $response); print_r(xml_parse_into_struct(substr($response, 36-1)));
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: html_entity_decode(): Passing null to parameter #2 ($flags) of type int is deprecated in /in/n88Xn on line 5 Fatal error: Uncaught ArgumentCountError: xml_parse_into_struct() expects at least 3 arguments, 1 given in /in/n88Xn:8 Stack trace: #0 /in/n88Xn(8): xml_parse_into_struct('<sent len="1"><...') #1 {main} thrown in /in/n88Xn on line 8
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.35 ms | 401 KiB | 8 Q