prompt_escape      48 sapi/phpdbg/phpdbg_help.c 	const char  *prompt_escape = phpdbg_get_prompt();
prompt_escape      49 sapi/phpdbg/phpdbg_help.c 	unsigned int prompt_escape_len = strlen(prompt_escape);
prompt_escape     114 sapi/phpdbg/phpdbg_help.c 			memcpy (q, prompt_escape, prompt_escape_len);