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
How to Properly Handle Negative Angles When Using the PHP atan2 Function
3
How to Add Custom Configuration Files in ThinkPHP
9
Why is the length of the converted string twice as long as the input?
2
strnatcasecmp vs strcoll: Which is more suitable for natural sorting of strings?
2
Similar Functions
debug_print_backtrace
debug_print_backtrace
Printatraceback
error_get_last
error_get_last
Getthelasterror
error_clear_last
error_clear_last
Clearthelatesterror
error_reporting
error_reporting
WhatPHPerrorsshouldb
debug_backtrace
debug_backtrace
Generateabacktrace
restore_error_handler
restore_error_handler
Restorethepreviouser
set_error_handler
set_error_handler
Setuser-definederror
restore_exception_handler
restore_exception_handler
Recovertheexceptionh
Popular Articles