Say you want to report error concerned about fatal run-time, fatal compile-time error and core error which statement would you use?

A error_reporting = E_ALL
B error_reporting = E_ERROR | E_PARSE | E_CORE_ERROR
C error_reporting = E_ERROR | E_COMPILE_WARNING | E_CORE_ERROR
D error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR

Correct Answer: error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR

E_ERROR is a fatal run-time error, that can’t be recovered from. E_COMPILE_ERROR is a fatal error that occurs while the script was being compiled. And E_CORE_ERROR is a fatal error that occurs during the PHP’s engine initial startup.

Related Questions

Moni is asking if you want to drive the car yourself. As you want Moni to drive today, you say:
You have configured a Group Policy Object (GPO) for the marketing oranization unit (OU) to prevent users from accessing My Network Places and from running System in Control Panel. You want the Managers Domain Local Group to be able to access My Network Places, but you still want to prevent them from running System in Control Panel. What should you do?
You want to know the price of something so you say ............?
Do you want- with you or do you want to go alone?
Would you prefer lemonade or orange juice? which would you say in answer to complete the conversation?

Next steps