Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
There is no difference, they are synonyms
var_dump() displays the type and value of a variable, print_r() only displays the value
print_r() displays the type and value of a variable, var_dump() only displays the value
None of the above
To turn off error reporting
To set the maximum execution time for a script
To display all errors
To stop the execution of the script on an error
Triggers a runtime error
Triggers a syntax error
Triggers a logical error
Displays the current stack trace
Displays the current error message
Displays a list of all variables in the current scope
To display a list of all variables in the current scope
To display the current error message
To display the current stack trace
Syntax errors
Runtime errors
Logical errors
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
To set the level of error reporting
To log errors to a file or database
To set the value of a configuration option