@@ -3948,7 +3948,7 @@ static long php_intifx_create_char(char* param, long len, HashTable *list TSRMLS
3948
3948
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create char-resource" );
3949
3949
return -1 ;
3950
3950
}
3951
- memset (Ifx_char, 0 , sizeof (IFX_IDRES));
3951
+ memset (Ifx_char, 0 , sizeof (IFX_IDRES));
3952
3952
3953
3953
Ifx_char->type = TYPE_CHAR;
3954
3954
@@ -4233,7 +4233,7 @@ static long php_intifxus_create_slob(long create_mode, HashTable *list TSRMLS_DC
4233
4233
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create slob-resource" );
4234
4234
return -1 ;
4235
4235
}
4236
- memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4236
+ memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4237
4237
4238
4238
errcode = ifx_lo_def_create_spec (&(Ifx_slob->SLOB .createspec ));
4239
4239
if (errcode < 0 ) {
@@ -4476,7 +4476,7 @@ static long php_intifxus_new_slob(HashTable *list TSRMLS_DC)
4476
4476
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create slob-resource" );
4477
4477
return -1 ;
4478
4478
}
4479
- memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4479
+ memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4480
4480
4481
4481
Ifx_slob->type = TYPE_SLOB;
4482
4482
Ifx_slob->SLOB .lofd = -1 ;
0 commit comments