mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
use correct param types
This commit is contained in:
parent
d980101803
commit
cadc909bb7
3 changed files with 6 additions and 7 deletions
|
@ -259,11 +259,11 @@ int phpdbg_stack_execute(phpdbg_param_t *stack, char **why) {
|
|||
|
||||
switch (command->type) {
|
||||
case EVAL_PARAM:
|
||||
phpdbg_notice("eval (%s)", command->str);
|
||||
PHPDBG_COMMAND_HANDLER(eval)(command, NULL TSRMLS_CC);
|
||||
break;
|
||||
|
||||
case SHELL_PARAM:
|
||||
phpdbg_notice("shell (%s)", command->str);
|
||||
PHPDBG_COMMAND_HANDLER(shell)(command, NULL TSRMLS_CC);
|
||||
break;
|
||||
|
||||
case STR_PARAM: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue