@@ -157,10 +157,10 @@ static const func_info_t func_infos[] = {
157157#if defined(HAVE_BIND_TEXTDOMAIN_CODESET )
158158 F1 ("bind_textdomain_codeset" , MAY_BE_STRING |MAY_BE_FALSE ),
159159#endif
160- FN ("gmp_div_qr" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
161- FN ("gmp_sqrtrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
162- FN ("gmp_rootrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
163- FN ("gmp_gcdext" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_OBJECT ),
160+ F1 ("gmp_div_qr" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
161+ F1 ("gmp_sqrtrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
162+ F1 ("gmp_rootrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
163+ F1 ("gmp_gcdext" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_OBJECT ),
164164 F1 ("hash" , MAY_BE_STRING |MAY_BE_FALSE ),
165165 F1 ("hash_file" , MAY_BE_STRING |MAY_BE_FALSE ),
166166 F1 ("hash_hmac" , MAY_BE_STRING |MAY_BE_FALSE ),
@@ -187,13 +187,13 @@ static const func_info_t func_infos[] = {
187187 F1 ("iconv_mime_decode_headers" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
188188 F1 ("iconv" , MAY_BE_STRING |MAY_BE_FALSE ),
189189 F1 ("iconv_get_encoding" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_STRING |MAY_BE_FALSE ),
190- FN ("intlcal_get_available_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
191- FN ("datefmt_localtime" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
192- FN ("locale_get_keywords" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
193- FN ("msgfmt_parse" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
194- FN ("msgfmt_parse_message" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
195- FN ("resourcebundle_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
196- FN ("transliterator_list_ids" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
190+ F1 ("intlcal_get_available_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
191+ F1 ("datefmt_localtime" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
192+ F1 ("locale_get_keywords" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
193+ F1 ("msgfmt_parse" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
194+ F1 ("msgfmt_parse_message" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
195+ F1 ("resourcebundle_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
196+ F1 ("transliterator_list_ids" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
197197 F1 ("json_encode" , MAY_BE_STRING |MAY_BE_FALSE ),
198198 F1 ("json_last_error_msg" , MAY_BE_STRING ),
199199 F1 ("mb_language" , MAY_BE_STRING |MAY_BE_BOOL ),
0 commit comments