]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 14:49:52 +0000 (14:49 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 14:49:52 +0000 (14:49 +0000)
phpdbg_prompt.c

index 326aa442a0fc823c576eb3e4ea2ad7a9b914bd45..f61f8d408f9e4c2088781c7d918ad6c4c8f30e83 100644 (file)
@@ -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));
     }