What are the different types of Errors in PHP?
Answer Posted / abcd
WARNING - Run-time warnings (non-fatal errors). Execution of
the script is not halted.
NOTICE - Run-time notices. Indicate that the script
encountered something that could indicate an error, but
could also happen in the normal course of running a script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you propagate a session id?
What is x+ mode in fopen() used for?
What is the use of callback in php?
which will print out the php call stack?
What does the array operator '===' means?
What are php libraries?
What are the different ways to login to a remote server?
Tell me is it possible to submit a form with a dedicated button?
Is server side a session?
What is difference between php and wordpress?
How to compare two strings with comparison operators in php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is difference between required and require_once in php?
Will react hooks replace redux?
What is the use of mysql_real_escape_string() function?