3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ 'post_type' => 'ese' ]; $b = [ 'demo_handle' => 'demo-3', 'post_type' => [ 'aaa', 'bbb' ], 'id' => '3']; print_r($c = array_merge_recursive($a, $b));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [post_type] => Array ( [0] => ese [1] => aaa [2] => bbb ) [demo_handle] => demo-3 [id] => 3 )

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:
139.11 ms | 405 KiB | 5 Q