Zend 200-710 Exam - Topic 6 Question 102 Discussion
What is the output of the following code?function ratio ($x1 = 10, $x2){if (isset ($x2)) {return $x2 / $x1;}}echo ratio (0);
D) A warning, because $x2 is not set
B) An integer overflow error
C) A warning, because $x1 is not set
E) A floating-point overflow error
Hoa
11 hours agoClay
2 months agoTina
2 months agoLuke
2 months agoMarti
2 months agoShad
3 months agoUla
3 months ago