3v4l.org

run code in 300+ PHP versions simultaneously
<?php function findFirstOccurance($str){ $arr = explode(' ',$str); $counter = 0; foreach($arr as $value){ $counter=$counter+strlen($value); #echo $counter.PHP_EOL; if($value > 10000){ return $counter - 1; } } } $str = "20 plus 1000 is not 20000."; echo findFirstOccurance($str); ?>
Output for git.master, git.master_jit, rfc.property-hooks
5

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:
31.48 ms | 405 KiB | 5 Q