3v4l.org

run code in 300+ PHP versions simultaneously
<?php $responses = array('tok1' => '<Order> <OrderID>112</OrderID> </Order>', 'tok2' => '<Order> <OrderID>390</OrderID> </Order>', 'tok3' => '<Order> <OrderID>162</OrderID> </Order>', 'tok4' => '<Order> <OrderID>372</OrderID> </Order>'); $auth_tokens = array('tok1', 'tok2', 'tok3', 'tok4'); $xmlstr = ''; foreach($auth_tokens as $auth_token) { // 4 iterations in loop $response = $responses($auth_token); // API xml response $xmlstr .= $response; // add response to XML } $xml = simplexml_load_string("<Orders>$xmlstr</Orders>"); header('content-type: text/xml'); echo $xml->asXML();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Array callback must have exactly two elements in /in/bFMiV:17 Stack trace: #0 {main} thrown in /in/bFMiV on line 17
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:
34.81 ms | 401 KiB | 8 Q