<?php function foo(&$x) { ++$x; } $y = 42; call_user_func_array('foo', array(&$y)); var_dump($y);
You have javascript disabled. You will not be able to edit any code.