From: krakjoe Date: Sun, 10 Nov 2013 14:49:52 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac5063468ae3fac6616ff929454641da050a9ec7;p=php ... --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 326aa442a0..f61f8d408f 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -148,7 +148,7 @@ static PHPDBG_COMMAND(print) { /* {{{ */ printf("Variables\t%d\n", PHPDBG_G(ops)->last_var-1); } else printf("Variables\tNone\n"); } - printf("Executing\t:%s\n", EG(in_execution) ? "yes" : "no"); + printf("Executing\t%s\n", EG(in_execution) ? "yes" : "no"); if (EG(in_execution)) { printf("VM Return\t%d\n", PHPDBG_G(vmret)); }