3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "mama"; $array = array ( 1 => "a", 2 => "b", 3=> "c", ); $andra = array( 1=>12, 3=>14); $andra[]=56; $nr=count($array); for($i=1;$i<$nr;$i++){ echo "eu si tu : {$array[$i]}\n"; } var_dump($array); class eu { function do_eu (){ echo " eu eu eu \n"; } } $nou = new eu; $nou ->do_eu(); ?>
Output for git.master, git.master_jit, rfc.property-hooks
mamaeu si tu : a eu si tu : b array(3) { [1]=> string(1) "a" [2]=> string(1) "b" [3]=> string(1) "c" } eu eu eu

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