What would occur if a fatal error was thrown in your PHP program?
Answers:
• The PHP program will stop executing at the point where the error occurred.
• The PHP program will show a warning message and program will continue executing.
• Since PHP is a scripting language so it does not have fatal error.
• Nothing will happen.
No comments:
Post a Comment