3.
Which version of PHP introduced E_STRICT Error level?

4.
Which character do the error_reporting directive use to represent the logical operator NOT?

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

6.
Which version introduced the function error_get_last()?

7.
Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line?

8.
Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions?