<?php $a = [1, 2, 3];foreach ($a as $b) { $a[1] = 100; $a[2] = 200; echo $b; // 123}
Standard input is empty
123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!