mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Init variable to NULL before passing to zpp
This commit is contained in:
parent
51ce31e0c4
commit
07c425cc29
@ -447,7 +447,7 @@ static PHP_FUNCTION(phpdbg_end_oplog)
|
||||
phpdbg_oplog_entry *cur = PHPDBG_G(oplog_list)->start;
|
||||
phpdbg_oplog_list *prev = PHPDBG_G(oplog_list)->prev;
|
||||
|
||||
HashTable *options;
|
||||
HashTable *options = NULL;
|
||||
zval *option_buffer;
|
||||
zend_bool by_function = 0;
|
||||
zend_bool by_opcode = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user