diff --git a/phpdbg_help.c b/phpdbg_help.c index 6cbac92fa92..ef8b6208b95 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -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; } /* }}} */