11.
What type of error occurs when there's an attempt to use undefined variables?
12.
Which PHP debugging tool provides integration with the PhpStorm IDE?
13.
What does the log_errors directive in php.ini control?
14.
Which PHP function is used to enable or disable the display of errors?
15.
What type of error occurs when there's a division by zero in PHP code?
16.
What type of error occurs when there's an attempt to include a file that doesn't exist?
17.
Which PHP function is used to redirect error output to a specified file?
18.
What does the error_reporting directive in php.ini control?
19.
What is the purpose of using debugging tools in PHP development?
20.
Which type of error indicates an undefined class or method call in PHP?