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 @@ -1041,7 +1041,7 @@ PHP_FUNCTION(max)
1041
1041
static int php_array_walk (HashTable * target_hash , zval * userdata , int recursive TSRMLS_DC ) /* {{{ */
1042
1042
{
1043
1043
zval * * args [3 ], /* Arguments to userland function */
1044
- * retval_ptr , /* Return value - unused */
1044
+ * retval_ptr = NULL , /* Return value - unused */
1045
1045
* key = NULL ; /* Entry key */
1046
1046
1047
1047
/* Set up known arguments */
@@ -2911,7 +2911,7 @@ static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */
2911
2911
static int zval_user_compare (zval * * a , zval * * b TSRMLS_DC ) /* {{{ */
2912
2912
{
2913
2913
zval * * args [2 ];
2914
- zval * retval_ptr ;
2914
+ zval * retval_ptr = NULL ;
2915
2915
2916
2916
args [0 ] = (zval * * ) a ;
2917
2917
args [1 ] = (zval * * ) b ;
You can’t perform that action at this time.
0 commit comments