mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
eval()
This commit is contained in:
parent
5c866a9f13
commit
2977840a4a
5 changed files with 34 additions and 1 deletions
|
@ -72,6 +72,12 @@ PHPDBG_HELP(run) /* {{{ */
|
|||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(eval) /* {{{ */
|
||||
{
|
||||
printf("Access to eval() allows you to change the environment during execution, careful though !!");
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(break) /* {{{ */
|
||||
{
|
||||
printf("doing break help: %s\n", expr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue