mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Commit patch by standards
This commit is contained in:
parent
398b9048dd
commit
2fefe6148b
@ -723,6 +723,9 @@ static void php_error_cb(int type, const char *error_filename, const uint error_
|
||||
case E_USER_NOTICE:
|
||||
error_type_str = "Notice";
|
||||
break;
|
||||
case E_STRICT:
|
||||
error_type_str = "Strict Standards";
|
||||
break;
|
||||
default:
|
||||
error_type_str = "Unknown error";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user