PHP - Error and Exception Handling
Identify the error in this PHP code:
<?php
error_reporting(E_ALL);
trigger_error('Custom error', E_USER_ERROR)
echo 'End';
?><?php
error_reporting(E_ALL);
trigger_error('Custom error', E_USER_ERROR)
echo 'End';
?>15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions