<?php function a(&$a) { $a = 1; } $a =2 ; a($a); print $a;
You have javascript disabled. You will not be able to edit any code.