Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c211 const char *have_core = WCOREDUMP(status) ? " - core dumped" : ""; in fpm_children_bury() local
213 const char* have_core = ""; in fpm_children_bury() local
220 snprintf(buf, sizeof(buf), "on signal %d (%s%s)", WTERMSIG(status), signame, have_core); in fpm_children_bury()

Completed in 5 milliseconds