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