Is it possible to have a function with two returns like this:
function test($testvar) { // Do something return $var1; return $var2; }
Best Practice is to put your returned variables into array and then use list() to assign array values to variables.
list()
'; echo "Subtract: " . $subt_result . ''; ?>