If called with $a = {a} and $b = {b}, what does this PHP function return?
/** * What does this do? */ function mystery($a, $b) { return {c}*$a + $b; }