How can you enable error reporting in PHP? - Study24x7
Social learning Network
6 followers study24x7 31 Jan 2025 10:09 AM study24x7 study24x7

How can you enable error reporting in PHP?

A

error_reporting(E_ALL);

B

display_errors(true);

C

enable_error_log();

D

show_errors();

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles