P_STDOUT          899 sapi/phpdbg/phpdbg.c 	return phpdbg_script(P_STDOUT, "%.*s", (int) length, message);
P_STDOUT          919 sapi/phpdbg/phpdbg.c 			phpdbg_script(P_STDOUT, "%.*s", (int) count, buf);
P_STDOUT         1020 sapi/phpdbg/phpdbg_out.c 		case P_STDOUT:
P_STDOUT         1120 sapi/phpdbg/phpdbg_out.c 	if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) {