1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

Merge branch 'master' of github.com:krakjoe/phpdbg

This commit is contained in:
Felipe Pena
2013-11-11 20:06:49 -02:00

View 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;
} /* }}} */