Searched refs:P_WRITELN (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 28 P_WRITELN, enumerator 50 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… 59 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf…
|
H A D | phpdbg_out.c | 974 case P_WRITELN: in phpdbg_process_print()
|
Completed in 7 milliseconds