mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Init variable to NULL before passing to zpp
This commit is contained in:
parent
51ce31e0c4
commit
07c425cc29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue