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:
@@ -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;
|
||||
} /* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user