<?php$arr = array(1,2,3);foreach($arr as &$val){}foreach($arr as $val){ echo $val;}
Standard input is empty
122
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!