<?php $arr=array(1,2,3,5,8,13,21,34,55); $sum=0; for($i=0;$i<5;$i++){ $sum+=$arr[$i];} echo $sum;?>
Standard input is empty
19
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!