@@ -460,7 +460,7 @@ static const func_info_t func_infos[] = {
460
460
F1 ("mysqli_query" , MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_OBJECT ),
461
461
F1 ("mysqli_get_charset" , MAY_BE_NULL | MAY_BE_OBJECT ),
462
462
F1 ("mysqli_fetch_array" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
463
- F1 ("mysqli_fetch_assoc" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ANY ),
463
+ F1 ("mysqli_fetch_assoc" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
464
464
F1 ("mysqli_fetch_all" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY ),
465
465
F1 ("mysqli_fetch_object" , MAY_BE_NULL | MAY_BE_OBJECT ),
466
466
F1 ("mysqli_affected_rows" , MAY_BE_LONG | MAY_BE_STRING ),
@@ -706,7 +706,7 @@ static const func_info_t func_infos[] = {
706
706
F1 ("pg_field_type_oid" , MAY_BE_LONG | MAY_BE_STRING ),
707
707
F1 ("pg_fetch_result" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
708
708
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 ),
709
- 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 ),
709
+ 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 ),
710
710
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 ),
711
711
F1 ("pg_fetch_object" , MAY_BE_FALSE | MAY_BE_OBJECT ),
712
712
F1 ("pg_fetch_all" , MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ARRAY ),
0 commit comments