<?php echo 123; $a = function (&$b) { $b++; }; $b = 1; echo $b . PHP_EOL; $a($b); echo $b . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
There are `>1` results