You are not logged in.

#1 2017-12-07 14:53:39

shakeel123
User RankUser RankUser RankUser RankUser RankUser Rank
Moderator
Registered: 2017-09-21
Posts: 50,796

Say you want to report error concerned about fatal run-time, fata...

Software Engineering Exams Quizzes MCQs Quizzes PHP Online MCQs Test

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

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

Correct Answer is Option D):
error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR


Top Exams Quizzes MCQs And Interview Questions With Answers Forum:
https://www.globalguideline.com/forum/

2017-12-07 14:53:39

Advertisement
Ads By Google

Re: Say you want to report error concerned about fatal run-time, fata...



\n

Board footer