mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
stop break on condition from bugging out
This commit is contained in:
parent
3c36fb99f2
commit
75e2e7ddf5
3 changed files with 7 additions and 2 deletions
|
@ -322,7 +322,7 @@ int phpdbg_do_cmd(const phpdbg_command_t *command, const phpdbg_input_t *input T
|
|||
if (input->argc > 1) {
|
||||
if (command->subs) {
|
||||
phpdbg_input_t sub;
|
||||
|
||||
|
||||
sub.argc = input->argc-1;
|
||||
sub.argv = &input->argv[1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue