<?php function p(&$b){ $b = $b+1;} $a = 10;p($a);printf("%d", $a); ?>
Standard input is empty
11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!