This commit is contained in:
krakjoe 2013-11-11 21:51:45 +00:00
parent bce3481ed3
commit de3daf55c5

View file

@ -75,7 +75,8 @@ PHPDBG_HELP(run) /* {{{ */
PHPDBG_HELP(eval) /* {{{ */ 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; return SUCCESS;
} /* }}} */ } /* }}} */