@@ -102,8 +102,6 @@ static const func_info_t func_infos[] = {
102102 F1 ("imagecreatetruecolor" , MAY_BE_OBJECT |MAY_BE_FALSE ),
103103#if defined(PHP_WIN32 )
104104 F1 ("imagegrabwindow" , MAY_BE_OBJECT |MAY_BE_FALSE ),
105- #endif
106- #if defined(PHP_WIN32 )
107105 F1 ("imagegrabscreen" , MAY_BE_OBJECT |MAY_BE_FALSE ),
108106#endif
109107 F1 ("imagerotate" , MAY_BE_OBJECT |MAY_BE_FALSE ),
@@ -137,8 +135,6 @@ static const func_info_t func_infos[] = {
137135 F1 ("imagegetclip" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG ),
138136#if defined(HAVE_GD_FREETYPE )
139137 F1 ("imageftbbox" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
140- #endif
141- #if defined(HAVE_GD_FREETYPE )
142138 F1 ("imagefttext" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
143139#endif
144140 F1 ("imagecrop" , MAY_BE_OBJECT |MAY_BE_FALSE ),
@@ -182,11 +178,7 @@ static const func_info_t func_infos[] = {
182178 F1 ("hash_hkdf" , MAY_BE_STRING ),
183179#if defined(PHP_MHASH_BC )
184180 F1 ("mhash_get_hash_name" , MAY_BE_STRING |MAY_BE_FALSE ),
185- #endif
186- #if defined(PHP_MHASH_BC )
187181 F1 ("mhash_keygen_s2k" , MAY_BE_STRING |MAY_BE_FALSE ),
188- #endif
189- #if defined(PHP_MHASH_BC )
190182 F1 ("mhash" , MAY_BE_STRING |MAY_BE_FALSE ),
191183#endif
192184 F1 ("iconv_substr" , MAY_BE_STRING |MAY_BE_FALSE ),
@@ -239,29 +231,13 @@ static const func_info_t func_infos[] = {
239231 F1 ("mb_get_info" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_STRING |MAY_BE_LONG |MAY_BE_FALSE |MAY_BE_NULL ),
240232#if defined(HAVE_MBREGEX )
241233 F1 ("mb_regex_encoding" , MAY_BE_STRING |MAY_BE_BOOL ),
242- #endif
243- #if defined(HAVE_MBREGEX )
244234 F1 ("mb_ereg_replace" , MAY_BE_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
245- #endif
246- #if defined(HAVE_MBREGEX )
247235 F1 ("mb_eregi_replace" , MAY_BE_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
248- #endif
249- #if defined(HAVE_MBREGEX )
250236 F1 ("mb_ereg_replace_callback" , MAY_BE_STRING |MAY_BE_FALSE |MAY_BE_NULL ),
251- #endif
252- #if defined(HAVE_MBREGEX )
253237 F1 ("mb_split" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
254- #endif
255- #if defined(HAVE_MBREGEX )
256238 F1 ("mb_ereg_search_pos" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
257- #endif
258- #if defined(HAVE_MBREGEX )
259239 F1 ("mb_ereg_search_regs" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_FALSE ),
260- #endif
261- #if defined(HAVE_MBREGEX )
262240 F1 ("mb_ereg_search_getregs" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_FALSE ),
263- #endif
264- #if defined(HAVE_MBREGEX )
265241 F1 ("mb_regex_set_options" , MAY_BE_STRING ),
266242#endif
267243 F1 ("mysqli_affected_rows" , MAY_BE_LONG |MAY_BE_STRING ),
@@ -402,8 +378,6 @@ static const func_info_t func_infos[] = {
402378 FN ("sodium_crypto_kx_server_session_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
403379#if defined(crypto_secretstream_xchacha20poly1305_ABYTES )
404380 FN ("sodium_crypto_secretstream_xchacha20poly1305_init_push" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
405- #endif
406- #if defined(crypto_secretstream_xchacha20poly1305_ABYTES )
407381 FN ("sodium_crypto_secretstream_xchacha20poly1305_pull" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
408382#endif
409383 F1 ("class_implements" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
@@ -596,8 +570,6 @@ static const func_info_t func_infos[] = {
596570 F1 ("number_format" , MAY_BE_STRING ),
597571#if defined(HAVE_GETTIMEOFDAY )
598572 F1 ("microtime" , MAY_BE_STRING |MAY_BE_DOUBLE ),
599- #endif
600- #if defined(HAVE_GETTIMEOFDAY )
601573 F1 ("gettimeofday" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_DOUBLE ),
602574#endif
603575#if defined(HAVE_GETRUSAGE )
@@ -609,8 +581,6 @@ static const func_info_t func_infos[] = {
609581 F1 ("password_hash" , MAY_BE_STRING ),
610582#if defined(PHP_CAN_SUPPORT_PROC_OPEN )
611583 F1 ("proc_open" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
612- #endif
613- #if defined(PHP_CAN_SUPPORT_PROC_OPEN )
614584 F1 ("proc_get_status" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_ARRAY_OF_TRUE |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING ),
615585#endif
616586 F1 ("quoted_printable_decode" , MAY_BE_STRING ),
0 commit comments