mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fix broken subs
This commit is contained in:
parent
1c046c02b8
commit
e36b718004
2 changed files with 8 additions and 2 deletions
|
@ -342,7 +342,10 @@ int phpdbg_do_cmd(const phpdbg_command_t *command, phpdbg_input_t *input TSRMLS_
|
|||
}
|
||||
|
||||
efree(sub.string);
|
||||
} else {
|
||||
}
|
||||
|
||||
/* no sub command found */
|
||||
{
|
||||
char *store = input->string;
|
||||
|
||||
input->string += input->argv[0]->length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue