Home >> PHP >> error_reporting in PHP

error_reporting in PHP

The error_reporting() function sets which PHP types of errors at run time. PHP has many types of errors, using this function sets that level for the runtime of your script.

error_reporting(0) used for remove all errors, warnings, parse messages, and notices, the parameter that should be passed to the error_reporting function is zero.

Post Your Comment

Next Questions
error_reporting(E_ALL)
What is object oriented programming (oops)
What is class
What is object
What is static variable
What is static method
What is constructor
Why use constructor
Predefined constructor
Parameterized constructor
What is destructor
What is Polymorphism
What is Polymorphism types
What is overloading
What is overriding
What is abstraction
What is abstract class
Implementation of abstract method
What is interface
What is difference between abstract class and interface
What is inheritance
Inheritance types
What is single inheritance
What is multiple inheritance
What is multilevel inheritance

Copyright ©2022 coderraj.com. All Rights Reserved.