PHP - Functions
Identify the error in this PHP function:
function calculate($a = 10, $b) {
return $a + $b;
}function calculate($a = 10, $b) {
return $a + $b;
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions