<?php function &Test() { global $foo; return $foo; } $foo = 1; $test = &Test(); $test++; var_dump($foo);
You have javascript disabled. You will not be able to edit any code.