3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(1, 55, 38, 38, 23, 22, 110, 1, 1, 2, 56, 15, 15, 78, 34); $curVal = null; foreach($array as $item) { if($item != $curVal) echo $item; echo '<br />'; $curVal = $item; }
Output for git.master, git.master_jit, rfc.property-hooks
1<br />55<br />38<br /><br />23<br />22<br />110<br />1<br /><br />2<br />56<br />15<br /><br />78<br />34<br />

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