3v4l.org

run code in 300+ PHP versions simultaneously
<?php $files=array("index.md","storage_index.md","storage_one.md"); $master_array=array(); foreach($files as $file) { $file=explode("_",$file); $cache=end($file); while($level=prev($file)) { $cache=array($level=>$cache); } $master_array=array_merge_recursive($master_array,$cache); } print_r($master_array);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: array_merge_recursive(): Argument #2 must be of type array, string given in /in/WvqCK:12 Stack trace: #0 /in/WvqCK(12): array_merge_recursive(Array, 'index.md') #1 {main} thrown in /in/WvqCK on line 12
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:
38.69 ms | 401 KiB | 8 Q