mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed order of instructions...
This commit is contained in:
parent
992a8d0411
commit
f27be2fded
1 changed files with 1 additions and 1 deletions
|
@ -657,9 +657,9 @@ PHPDBG_API int phpdbg_do_cmd(const phpdbg_command_t *command, phpdbg_input_t *in
|
|||
}
|
||||
}
|
||||
|
||||
PHPDBG_G(lparam) = param;
|
||||
initial_last_param = PHPDBG_G(lparam);
|
||||
initial_last_cmd = (phpdbg_command_t *)PHPDBG_G(lcmd);
|
||||
PHPDBG_G(lparam) = param;
|
||||
PHPDBG_G(lcmd) = (phpdbg_command_t *)command;
|
||||
|
||||
rc = command->handler(¶m, input TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue