3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wrap = array( array( (object)array("content" => "GrĂ¼ne Logistik", "date" => "2014-04-02 14:08:52"), (object)array("content" => "bellomondo ist klimaneutral", "date" => "2014-03-06 09:15:59"), ), array( (object)array("content" => "en test post title", "date" => "2014-04-07 15:31:19"), ), ); //var_dump($wrap); //echo '---------------------'; $sorted = call_user_func_array('array_merge', $wrap); //var_dump($sorted); //echo '---------------------'; var_dump($sorted[0][0]); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /in/tS0mS:23 Stack trace: #0 {main} thrown in /in/tS0mS on line 23
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.49 ms | 401 KiB | 8 Q