Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dmain.c1270 char *error_type_str; in php_error_cb() local
1278 error_type_str = "Fatal error"; in php_error_cb()
1282 error_type_str = "Recoverable fatal error"; in php_error_cb()
1289 error_type_str = "Warning"; in php_error_cb()
1293 error_type_str = "Parse error"; in php_error_cb()
1298 error_type_str = "Notice"; in php_error_cb()
1302 error_type_str = "Strict Standards"; in php_error_cb()
1307 error_type_str = "Deprecated"; in php_error_cb()
1311 error_type_str = "Unknown error"; in php_error_cb()
1320 syslog(LOG_ALERT, "PHP %s: %s (%s)", error_type_str, ZSTR_VAL(message), GetCommandLine()); in php_error_cb()
[all …]

Completed in 10 milliseconds