Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console? LOG_ODELAY LOG_PERROR LOG_CONS LOG_NDELAY TRUE ANSWER : ? YOUR ANSWER : ?
Which version of PHP was added with Exception handling? PHP 6 PHP 5 PHP 4 PHP 5.3 TRUE ANSWER : ? YOUR ANSWER : ?
How many predefined exceptions does SPL provide access to? 13 15 14 16 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is/are not an exception?<br/>1. BadFunctionCallException<br/>2. BadMethodCallException<br/>3. LogicException<br/>4. DomainException None of the mentioned 3 and 4 All of the mentioned Only 4 TRUE ANSWER : ? YOUR ANSWER : ?
Which version added the method getPrevious()? PHP 4 PHP 5.1 PHP 5 PHP 5.3 TRUE ANSWER : ? YOUR ANSWER : ?
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_ERROR | E_PARSE | E_CORE_ERROR error_reporting = E_ERROR | E_COMPILE_WARNING | E_CORE_ERROR error_reporting = E_ALL error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR TRUE ANSWER : ? YOUR ANSWER : ?
What does SPL stand for? Standard PHP Library Source PHP List Standard PHP List Source PHP Library TRUE ANSWER : ? YOUR ANSWER : ?
Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions? log_variable() define_variable() define_syslog_variable() define_log_variable() TRUE ANSWER : ? YOUR ANSWER : ?