- Commit patch by standards

This commit is contained in:
Andi Gutmans 2003-11-19 06:11:47 +00:00
parent 398b9048dd
commit 2fefe6148b

View File

@ -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;