mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Initialize last_line in phpdbg globals
This commit is contained in:
parent
f2b6b2eee8
commit
af3e2d3186
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
|
|||
pg->stdin_file = NULL;
|
||||
|
||||
pg->cur_command = NULL;
|
||||
pg->last_line = 0;
|
||||
} /* }}} */
|
||||
|
||||
static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue