3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datesarray = array('2012-10-01', '2012-10-03', '2012-10-04', '2012-10-05', '2012-10-08', '2012-10-09'); $count = 0; $result = "Nothing found"; foreach ($datesarray as $value) { echo $value; } echo "Result: $result";
Output for git.master, git.master_jit, rfc.property-hooks
2012-10-012012-10-032012-10-042012-10-052012-10-082012-10-09Result: Nothing found

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