<?php $a = "Whoooot!"; function testIt (&$c){ print "$c\n"; } testIt($b);
You have javascript disabled. You will not be able to edit any code.