Searched refs:P_NOTICE (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.h | 29 P_NOTICE, enumerator 44 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… 53 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf…
|
H A D | phpdbg_out.c | 979 case P_NOTICE: in phpdbg_process_print()
|
Completed in 10 milliseconds