--TEST-- passing arguments by ref to a method handled by __call() --INI-- allow_call_time_pass_reference=1 --FILE-- test(&$v); var_dump($v); echo "Done\n"; ?> --EXPECTF-- str 5 int(5) Done