@@ -95,6 +95,10 @@ static const func_info_t func_infos[] = {
9595 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 ),
9696 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 ),
9797 F1 ("filter_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
98+ F1 ("ftp_raw" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_NULL ),
99+ F1 ("ftp_nlist" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
100+ F1 ("ftp_rawlist" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
101+ F1 ("ftp_mlsd" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
98102 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 ),
99103 F1 ("imagecreatetruecolor" , MAY_BE_OBJECT |MAY_BE_FALSE ),
100104#if defined(PHP_WIN32 )
@@ -163,6 +167,10 @@ static const func_info_t func_infos[] = {
163167#if defined(HAVE_BIND_TEXTDOMAIN_CODESET )
164168 F1 ("bind_textdomain_codeset" , MAY_BE_STRING |MAY_BE_FALSE ),
165169#endif
170+ F1 ("gmp_div_qr" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
171+ F1 ("gmp_sqrtrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
172+ F1 ("gmp_rootrem" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_OBJECT ),
173+ F1 ("gmp_gcdext" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_OBJECT ),
166174 F1 ("hash" , MAY_BE_STRING |MAY_BE_FALSE ),
167175 F1 ("hash_file" , MAY_BE_STRING |MAY_BE_FALSE ),
168176 F1 ("hash_hmac" , MAY_BE_STRING |MAY_BE_FALSE ),
@@ -189,6 +197,13 @@ static const func_info_t func_infos[] = {
189197 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 ),
190198 F1 ("iconv" , MAY_BE_STRING |MAY_BE_FALSE ),
191199 F1 ("iconv_get_encoding" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_STRING |MAY_BE_FALSE ),
200+ F1 ("intlcal_get_available_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
201+ F1 ("datefmt_localtime" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
202+ F1 ("locale_get_keywords" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
203+ 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 ),
204+ 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 ),
205+ F1 ("resourcebundle_locales" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
206+ F1 ("transliterator_list_ids" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
192207 F1 ("json_encode" , MAY_BE_STRING |MAY_BE_FALSE ),
193208 F1 ("json_last_error_msg" , MAY_BE_STRING ),
194209 F1 ("ldap_get_entries" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
0 commit comments