File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ PHP_FUNCTION(max)
1053
1053
static int php_array_walk (HashTable * target_hash , zval * userdata , int recursive TSRMLS_DC ) /* {{{ */
1054
1054
{
1055
1055
zval * * args [3 ], /* Arguments to userland function */
1056
- * retval_ptr , /* Return value - unused */
1056
+ * retval_ptr = NULL , /* Return value - unused */
1057
1057
* key = NULL ; /* Entry key */
1058
1058
char * string_key ;
1059
1059
uint string_key_len ;
@@ -2877,7 +2877,7 @@ static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */
2877
2877
static int zval_user_compare (zval * * a , zval * * b TSRMLS_DC ) /* {{{ */
2878
2878
{
2879
2879
zval * * args [2 ];
2880
- zval * retval_ptr ;
2880
+ zval * retval_ptr = NULL ;
2881
2881
2882
2882
args [0 ] = (zval * * ) a ;
2883
2883
args [1 ] = (zval * * ) b ;
You can’t perform that action at this time.
0 commit comments