<?php function &id(&$var) { return $var; } function ref() { $a = 1; return $a; } // oops, missing & var_dump(id(ref()));
You have javascript disabled. You will not be able to edit any code.