Searched refs:error_type_str (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/main/
H A Dmain.c1021 char *error_type_str; local
1028 error_type_str = "Fatal error";
1031 error_type_str = "Catchable fatal error";
1037 error_type_str = "Warning";
1040 error_type_str = "Parse error";
1044 error_type_str = "Notice";
1047 error_type_str = "Strict Standards";
1051 error_type_str = "Deprecated";
1054 error_type_str = "Unknown error";
1062 MessageBox(NULL, buffer, error_type_str, MB_O
[all...]

Completed in 4 milliseconds