3v4l.org

run code in 300+ PHP versions simultaneously
<?php $variavel = "2:2014-07-13,4:2014-08-13,6:2014-08-13,7:2014-08-13"; $var = explode(",", $variavel); $total_var = count($var); $n = 0; while($n < $total_var){ $var[$n]; while($n < $total_var){ $explode2 = explode(":", $var[$n]); $explode2 = $explode2[0]; print $explode2; //Result: 2467 | How would: 2,4,6,7 $n++; } $n++; }
Output for git.master, git.master_jit, rfc.property-hooks
2467

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