Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
echo statements
print_r statements
var_dump statements
All of the above
To set the value of a configuration option
To turn off error reporting
To get the value of a configuration option
To stop the execution of the script on an error
To set the level of error reporting
To display all errors
To display errors in the browser console
To log errors to a file or database
None of the above
To set the maximum execution time for a script
There is no difference, they are synonyms
die() displays an error message and exits the script, exit() does not display an error message
exit() displays an error message and exits the script, die() does not display an error message
Displays the current stack trace
Displays the current error message
Displays a list of all variables in the current scope
Returns the last error that occurred in the script
Returns the last warning that occurred in the script
Returns the last notice that occurred in the script