0 votes
in PHP by
What are the three classes of errors that can occur in PHP?

1 Answer

0 votes
by

The three basic classes of errors are notices (non-critical), warnings (serious errors) and fatal errors (critical errors).

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...