P_WRITE 270 sapi/phpdbg/phpdbg_utils.c case P_WRITE: P_WRITE 58 sapi/phpdbg/phpdbg_utils.h #define phpdbg_write(fmt, ...) phpdbg_print(P_WRITE TSRMLS_CC, PHPDBG_G(io)[PHPDBG_STDOUT], fmt, ##__VA_ARGS__) P_WRITE 64 sapi/phpdbg/phpdbg_utils.h #define phpdbg_write_ex(out, fmt, ...) phpdbg_print(P_WRITE TSRMLS_CC, out, fmt, ##__VA_ARGS__)