while($foo < &ReallyComplexFunction($bar)) { doStuff(); } #### $foobar = &ReallyComplexFunction($bar) while($foo < $foobar) { doStuff(); }