"; $val++; $ref++; echo "Incremented values: $val, $ref
"; } // call the function modify($a, $b); // display the valuse now stored in each variable echo "Stored values: $a, $b"; ?>