mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add missing null initialization
This commit is contained in:
parent
837843ff4a
commit
6da3eac56a
1 changed files with 1 additions and 1 deletions
|
@ -2732,7 +2732,7 @@ PHP_FUNCTION(mb_substr_count)
|
|||
PHP_FUNCTION(mb_substr)
|
||||
{
|
||||
char *str;
|
||||
zend_string *encoding;
|
||||
zend_string *encoding = NULL;
|
||||
zend_long from, len;
|
||||
size_t mblen, real_from, real_len;
|
||||
size_t str_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue