@@ -459,7 +459,7 @@ static const func_info_t func_infos[] = {
459
459
F1 ("mysqli_query" , MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_OBJECT ),
460
460
F1 ("mysqli_get_charset" , MAY_BE_NULL | MAY_BE_OBJECT ),
461
461
F1 ("mysqli_fetch_array" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
462
- F1 ("mysqli_fetch_assoc" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ANY ),
462
+ F1 ("mysqli_fetch_assoc" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
463
463
F1 ("mysqli_fetch_all" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
464
464
F1 ("mysqli_fetch_object" , MAY_BE_NULL | MAY_BE_OBJECT ),
465
465
F1 ("mysqli_affected_rows" , MAY_BE_LONG | MAY_BE_STRING ),
@@ -701,7 +701,7 @@ static const func_info_t func_infos[] = {
701
701
F1 ("pg_field_type_oid" , MAY_BE_LONG | MAY_BE_STRING ),
702
702
F1 ("pg_fetch_result" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
703
703
F1 ("pg_fetch_row" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING ),
704
- F1 ("pg_fetch_assoc" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING ),
704
+ F1 ("pg_fetch_assoc" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING ),
705
705
F1 ("pg_fetch_array" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING ),
706
706
F1 ("pg_fetch_object" , MAY_BE_FALSE | MAY_BE_OBJECT ),
707
707
F1 ("pg_fetch_all" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ARRAY ),
0 commit comments