<?php function foo($x) { $x++;} $y = 5;foo($y); printf("value of y = %d\n", $y);
Standard input is empty
value of y = 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!