@@ -62,7 +62,7 @@ static const func_info_t func_infos[] = {
62
62
F1 ("timezone_open" , MAY_BE_OBJECT |MAY_BE_FALSE ),
63
63
F1 ("timezone_name_get" , MAY_BE_STRING ),
64
64
F1 ("timezone_name_from_abbr" , MAY_BE_STRING |MAY_BE_FALSE ),
65
- F1 ("timezone_transitions_get" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE ),
65
+ F1 ("timezone_transitions_get" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_FALSE ),
66
66
F1 ("timezone_location_get" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
67
67
F1 ("timezone_identifiers_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
68
68
F1 ("timezone_abbreviations_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ARRAY ),
@@ -82,7 +82,7 @@ static const func_info_t func_infos[] = {
82
82
F1 ("finfo_file" , MAY_BE_STRING |MAY_BE_FALSE ),
83
83
F1 ("finfo_buffer" , MAY_BE_STRING |MAY_BE_FALSE ),
84
84
F1 ("mime_content_type" , MAY_BE_STRING |MAY_BE_FALSE ),
85
- F1 ("filter_input_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE |MAY_BE_NULL ),
85
+ F1 ("filter_input_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_FALSE |MAY_BE_NULL ),
86
86
F1 ("filter_var_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF |MAY_BE_FALSE |MAY_BE_NULL ),
87
87
F1 ("filter_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
88
88
F1 ("gd_info" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_ARRAY_OF_TRUE ),
@@ -196,7 +196,7 @@ static const func_info_t func_infos[] = {
196
196
F1 ("mb_substr" , MAY_BE_STRING ),
197
197
F1 ("mb_strcut" , MAY_BE_STRING ),
198
198
F1 ("mb_strimwidth" , MAY_BE_STRING ),
199
- F1 ("mb_convert_encoding" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_STRING |MAY_BE_FALSE ),
199
+ F1 ("mb_convert_encoding" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_STRING |MAY_BE_FALSE ),
200
200
F1 ("mb_convert_case" , MAY_BE_STRING ),
201
201
F1 ("mb_strtoupper" , MAY_BE_STRING ),
202
202
F1 ("mb_strtolower" , MAY_BE_STRING ),
@@ -249,13 +249,13 @@ static const func_info_t func_infos[] = {
249
249
F1 ("mysqli_fetch_fields" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
250
250
F1 ("mysqli_fetch_field_direct" , MAY_BE_OBJECT |MAY_BE_FALSE ),
251
251
F1 ("mysqli_fetch_lengths" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
252
- F1 ("mysqli_fetch_all" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY ),
253
- F1 ("mysqli_fetch_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_NULL |MAY_BE_FALSE ),
254
- F1 ("mysqli_fetch_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_NULL |MAY_BE_FALSE ),
252
+ F1 ("mysqli_fetch_all" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY | MAY_BE_ARRAY_OF_REF ),
253
+ F1 ("mysqli_fetch_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_NULL |MAY_BE_FALSE ),
254
+ F1 ("mysqli_fetch_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_NULL |MAY_BE_FALSE ),
255
255
F1 ("mysqli_fetch_object" , MAY_BE_OBJECT |MAY_BE_NULL |MAY_BE_FALSE ),
256
256
F1 ("mysqli_fetch_row" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ANY |MAY_BE_NULL |MAY_BE_FALSE ),
257
257
#if defined(MYSQLI_USE_MYSQLND )
258
- F1 ("mysqli_get_connection_stats" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY ),
258
+ F1 ("mysqli_get_connection_stats" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY | MAY_BE_ARRAY_OF_REF ),
259
259
#endif
260
260
#if defined(MYSQLI_USE_MYSQLND )
261
261
F1 ("mysqli_get_client_stats" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING ),
@@ -367,7 +367,7 @@ static const func_info_t func_infos[] = {
367
367
F1 ("pg_result_error_field" , MAY_BE_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
368
368
F1 ("pg_get_result" , MAY_BE_OBJECT |MAY_BE_FALSE ),
369
369
F1 ("pg_result_status" , MAY_BE_STRING |MAY_BE_LONG ),
370
- F1 ("pg_get_notify" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE ),
370
+ F1 ("pg_get_notify" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF | MAY_BE_FALSE ),
371
371
F1 ("pg_socket" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
372
372
F1 ("pg_meta_data" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
373
373
F1 ("pg_convert" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE ),
0 commit comments