Say You Want To Report Error Concerned About Fatal Runtime #115
Say you want to report error concerned about fatal run-time, fatal compile-time error and core error which statement would you use?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Error Handling and Exception Handling - PHP Error Handling - Quiz No.1.
Say you want to report error concerned about fatal run-time, fatal compile-time error and core error which statement would you use?
error_reporting = E_ALL
error_reporting = E_ERROR | E_PARSE | E_CORE_ERROR
error_reporting = E_ERROR | E_COMPILE_WARNING | E_CORE_ERROR
error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR