Help for this page
while($foo < &ReallyComplexFunction($bar)) { doStuff(); }
$foobar = &ReallyComplexFunction($bar) ... doStuff(); }