<<< Previous question <<< Question ID#0607.md >>> Next question >>>
What would go in place of ?????? below to make this script execute without a fatal error?
$a = 1;
$b = 0;
/* ?????? */
$c = $a / $b;- A)
die();- B)
__halt_compiler();- C)
exit();- D)
quit();Answer
Answer: A, B, C