Question:What would go in place of ?????? below to make this script execute without a fatal error?
<?php

$a = 1;
$b = 0;

??????

$c = $a / $b;
?>
 

A quit(); 

B die(); 

C stop(); 

D __halt_compiler(); 

E exit(); 

+ Answer
+ Report
Total Preview: 1099

Copyright © 2024. Powered by Intellect Software Ltd