3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "lorem Ipsum dolor sit Amet"; $array1=array("abc","def"); $array2=array("ghi","jkl"); $a1=array("red","green"); $a2=array("blue","yellow"); print_r(array_merge($a1,$a2)); print_r(array_merge($array1,$array2)); echo $array3; ?>
Output for git.master, git.master_jit, rfc.property-hooks
lorem Ipsum dolor sit AmetArray ( [0] => red [1] => green [2] => blue [3] => yellow ) Array ( [0] => abc [1] => def [2] => ghi [3] => jkl ) Warning: Undefined variable $array3 in /in/WA3Nu on line 9

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