3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(urlencode ( 'title=lorem ipsum' )); $array1 = array('111' => 'test11', '222' => 'test12'); $array2 = array('111' => 'test21', '222' => 'test22'); $array3 = array('111' => 'test31', '222' => 'test32'); var_dump(array_merge($array1, $array2, $array3));
Output for git.master, git.master_jit, rfc.property-hooks
string(19) "title%3Dlorem+ipsum" array(6) { [0]=> string(6) "test11" [1]=> string(6) "test12" [2]=> string(6) "test21" [3]=> string(6) "test22" [4]=> string(6) "test31" [5]=> string(6) "test32" }

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:
37.1 ms | 401 KiB | 8 Q