Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c952 char *msgout = NULL, *buf; in phpdbg_process_print() local
1002 msgout = estrdup("\n"); in phpdbg_process_print()
1010 msgout = estrndup(msg, msglen); in phpdbg_process_print()
1015 msgout = estrdup(""); in phpdbg_process_print()
1068 if (msgout) { in phpdbg_process_print()
1081 } else if (msgout) { in phpdbg_process_print()
1082 phpdbg_eol_convert(&msgout, &msgoutlen); in phpdbg_process_print()
1083 phpdbg_mixed_write(fd, msgout, msgoutlen); in phpdbg_process_print()
1090 if (msgout) { in phpdbg_process_print()
1091 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 17 milliseconds