]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 21:51:45 +0000 (21:51 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 21:51:45 +0000 (21:51 +0000)
phpdbg_help.c

index 6cbac92fa920147857d180419bb40c5e442c9c11..ef8b6208b95e69a614984f9da40cb5c2aed430b4 100644 (file)
@@ -75,7 +75,8 @@ PHPDBG_HELP(run) /* {{{ */
 
 PHPDBG_HELP(eval) /* {{{ */
 {
-       printf("Access to eval() allows you to change the environment during execution, careful though !!");
+       printf("Access to eval() allows you to change the environment during execution, careful though !!\n");
+       printf("Note: When using eval in phpdbg do not prefix the code with return.\n");
        return SUCCESS;
 } /* }}} */