P_NOTICE 252 sapi/phpdbg/phpdbg_utils.c case P_NOTICE: P_NOTICE 56 sapi/phpdbg/phpdbg_utils.h #define phpdbg_notice(fmt, ...) phpdbg_print(P_NOTICE TSRMLS_CC, PHPDBG_G(io)[PHPDBG_STDOUT], fmt, ##__VA_ARGS__) P_NOTICE 62 sapi/phpdbg/phpdbg_utils.h #define phpdbg_notice_ex(out, fmt, ...) phpdbg_print(P_NOTICE TSRMLS_CC, out, fmt, ##__VA_ARGS__)