Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
error_reporting
error_reporting
What PHP errors should be reported in the settings
Name:
error_reporting
Category:
Error handling
Programming Language:
php
One-line Description:
Specify which error is reported.
Related
Time monitoring of transaction processing using gettimeofday
9
Example of using imagewbmp function and imagecreate function
6
How to Correctly Use rewind() with fopen() in PHP to Reset File Pointer?
9
How to avoid spl_autoload_unregister removing the wrong loader
9
Similar Functions
set_error_handler
set_error_handler
Setuser-definederror
trigger_error
trigger_error
Generateauser-levele
error_get_last
error_get_last
Getthelasterror
restore_exception_handler
restore_exception_handler
Recovertheexceptionh
set_exception_handler
set_exception_handler
Setuser-definedexcep
error_clear_last
error_clear_last
Clearthelatesterror
error_log
error_log
Sendanerrormessageso
debug_print_backtrace
debug_print_backtrace
Printatraceback
Popular Articles