Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c953 char *msgout = NULL, *buf; in phpdbg_process_print() local
1003 msgout = estrdup("\n"); in phpdbg_process_print()
1011 msgout = estrndup(msg, msglen); in phpdbg_process_print()
1016 msgout = estrdup(""); in phpdbg_process_print()
1069 if (msgout) { in phpdbg_process_print()
1082 } else if (msgout) { in phpdbg_process_print()
1083 phpdbg_eol_convert(&msgout, &msgoutlen); in phpdbg_process_print()
1084 phpdbg_mixed_write(fd, msgout, msgoutlen); in phpdbg_process_print()
1091 if (msgout) { in phpdbg_process_print()
1092 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 13 milliseconds