From de3daf55c5ec79249cb492550e8de9f7082521b6 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 11 Nov 2013 21:51:45 +0000 Subject: [PATCH] ... --- phpdbg_help.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpdbg_help.c b/phpdbg_help.c index 6cbac92fa9..ef8b6208b9 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; } /* }}} */ -- 2.40.0