@@ -1678,7 +1678,7 @@ PHP_REDIS_API void cluster_sub_resp(INTERNAL_FUNCTION_PARAMETERS, redisCluster *
1678
1678
/* Multibulk response, {[pattern], type, channel, payload} */
1679
1679
while (1 ) {
1680
1680
/* Arguments */
1681
- zval * z_type , * z_chan , * z_pat = NULL , * z_data ;
1681
+ zval * z_type , * z_chan , * z_pat = NULL , * z_data ;
1682
1682
int tab_idx = 1 , is_pmsg ;
1683
1683
1684
1684
// Get the next subscribe response
@@ -2359,8 +2359,8 @@ int mbulk_resp_loop_zipstr(RedisSock *redis_sock, zval *z_result,
2359
2359
long long count , void * ctx TSRMLS_DC )
2360
2360
{
2361
2361
char * line , * key = NULL ;
2362
- int line_len , key_len = 0 ;
2363
- long long idx = 0 ;
2362
+ int line_len , key_len = 0 ;
2363
+ long long idx = 0 ;
2364
2364
2365
2365
// Our count wil need to be divisible by 2
2366
2366
if (count % 2 != 0 ) {
@@ -2401,9 +2401,9 @@ int mbulk_resp_loop_zipstr(RedisSock *redis_sock, zval *z_result,
2401
2401
int mbulk_resp_loop_zipdbl (RedisSock * redis_sock , zval * z_result ,
2402
2402
long long count , void * ctx TSRMLS_DC )
2403
2403
{
2404
- char * line , * key = NULL ;
2405
- int line_len , key_len = 0 ;
2406
- long long idx = 0 ;
2404
+ char * line , * key = NULL ;
2405
+ int line_len , key_len = 0 ;
2406
+ long long idx = 0 ;
2407
2407
2408
2408
// Our context will need to be divisible by 2
2409
2409
if (count %2 != 0 ) {
0 commit comments