Not published
What to replace the question marks with to catch the following error?
<?php
try{
$value= 1% 0;
} catch(??? $e){
var_dump($e);
}
Author: Julien BreuxStatus: Not publishedQuestion passed 427 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!
4
Which of these PHP code snippets are valid?2
Which of the following statements are correct?3
What will this code display?3
Display the first element of an array in PHP2
What will this code display?2
Write a PHP code that displays the full name of a person.2
Which of the following are PHP framework names?