P_STDERR          923 sapi/phpdbg/phpdbg.c 			phpdbg_script_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, P_STDERR, "%.*s", (int) count, buf);
P_STDERR         1021 sapi/phpdbg/phpdbg_out.c 		case P_STDERR:
P_STDERR         1029 sapi/phpdbg/phpdbg_out.c 						int stream_buflen = phpdbg_asprintf(&stream_buf, "<stream type=\"%s\">", type == P_STDERR ? "stderr" : "stdout");
P_STDERR         1120 sapi/phpdbg/phpdbg_out.c 	if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) {