Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c932 char *msgout = NULL, *buf; in phpdbg_process_print() local
982 msgout = estrdup("\n"); in phpdbg_process_print()
990 msgout = estrndup(msg, msglen); in phpdbg_process_print()
995 msgout = estrdup(""); in phpdbg_process_print()
1048 if (msgout) { in phpdbg_process_print()
1061 } else if (msgout) { in phpdbg_process_print()
1062 phpdbg_eol_convert(&msgout, &msgoutlen); in phpdbg_process_print()
1063 phpdbg_mixed_write(fd, msgout, msgoutlen); in phpdbg_process_print()
1070 if (msgout) { in phpdbg_process_print()
1071 efree(msgout); in phpdbg_process_print()
[all …]
H A Dxml.md16 msgout section
19 - text message output related to the xml data (e.g. <intro severity="normal" help="help" msgout=…

Completed in 8 milliseconds