We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f393502 + af3e2d3 commit fe2aca8Copy full SHA for fe2aca8
1 file changed
sapi/phpdbg/phpdbg.c
@@ -181,6 +181,7 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
181
pg->stdin_file = NULL;
182
183
pg->cur_command = NULL;
184
+ pg->last_line = 0;
185
} /* }}} */
186
187
static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */
0 commit comments