3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = array ( 'TEST' => '1.1.1|Running', 'MODEL' => '4.91|Running', 'ENGING' => '2.4.37|Running' ); $response = array_map(function ($v) { return array_combine(array('version', 'status'), explode('|', $v)); }, $response); print_r($response);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [TEST] => Array ( [version] => 1.1.1 [status] => Running ) [MODEL] => Array ( [version] => 4.91 [status] => Running ) [ENGING] => Array ( [version] => 2.4.37 [status] => Running ) )

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:
29.21 ms | 402 KiB | 8 Q