@@ -3835,7 +3835,7 @@ static long php_intifx_create_char(char* param, long len, HashTable *list TSRMLS
3835
3835
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create char-resource" );
3836
3836
return -1 ;
3837
3837
}
3838
- memset (Ifx_char, 0 , sizeof (IFX_IDRES));
3838
+ memset (Ifx_char, 0 , sizeof (IFX_IDRES));
3839
3839
3840
3840
Ifx_char->type = TYPE_CHAR;
3841
3841
@@ -4120,7 +4120,7 @@ static long php_intifxus_create_slob(long create_mode, HashTable *list TSRMLS_DC
4120
4120
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create slob-resource" );
4121
4121
return -1 ;
4122
4122
}
4123
- memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4123
+ memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4124
4124
4125
4125
errcode = ifx_lo_def_create_spec (&(Ifx_slob->SLOB .createspec ));
4126
4126
if (errcode < 0 ) {
@@ -4363,7 +4363,7 @@ static long php_intifxus_new_slob(HashTable *list TSRMLS_DC)
4363
4363
php_error_docref (NULL TSRMLS_CC, E_WARNING, " Can't create slob-resource" );
4364
4364
return -1 ;
4365
4365
}
4366
- memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4366
+ memset (Ifx_slob, 0 , sizeof (IFX_IDRES));
4367
4367
4368
4368
Ifx_slob->type = TYPE_SLOB;
4369
4369
Ifx_slob->SLOB .lofd = -1 ;
0 commit comments