mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
...
This commit is contained in:
parent
bce3481ed3
commit
de3daf55c5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue