1.
What type of error occurs when there's a syntax mistake in PHP code?
2.
Which directive is used to enable error reporting in PHP?
3.
What does the display_errors directive in php.ini control?
4.
What type of error indicates potential issues in the code but doesn't halt script execution?
5.
Which PHP function is used to log errors to a file?
6.
Which debugging tool allows for advanced debugging features like breakpoints and variable inspection?
7.
What is the purpose of using the @ operator in PHP?
8.
Which PHP function is used to set the error log file path?
9.
What type of error indicates a severe issue that halts script execution?
10.
Which PHP directive is used to specify the types of errors to report?