@@ -7,9 +7,7 @@ static const func_info_t func_infos[] = {
7
7
F1 ("get_class_methods" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
8
8
F1 ("get_included_files" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
9
9
FN ("set_error_handler" , MAY_BE_STRING |MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_OBJECT |MAY_BE_OBJECT |MAY_BE_NULL ),
10
- F0 ("restore_error_handler" , MAY_BE_TRUE ),
11
10
FN ("set_exception_handler" , MAY_BE_STRING |MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_OBJECT |MAY_BE_OBJECT |MAY_BE_NULL ),
12
- F0 ("restore_exception_handler" , MAY_BE_TRUE ),
13
11
F1 ("get_declared_classes" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
14
12
F1 ("get_declared_traits" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
15
13
F1 ("get_declared_interfaces" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
@@ -268,10 +266,8 @@ static const func_info_t func_infos[] = {
268
266
#endif
269
267
F1 ("mysqli_affected_rows" , MAY_BE_LONG |MAY_BE_STRING ),
270
268
F1 ("mysqli_character_set_name" , MAY_BE_STRING ),
271
- F0 ("mysqli_close" , MAY_BE_TRUE ),
272
269
F1 ("mysqli_connect" , MAY_BE_OBJECT |MAY_BE_FALSE ),
273
270
F1 ("mysqli_connect_error" , MAY_BE_STRING |MAY_BE_NULL ),
274
- F0 ("mysqli_debug" , MAY_BE_TRUE ),
275
271
F1 ("mysqli_error" , MAY_BE_STRING ),
276
272
F1 ("mysqli_error_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ARRAY ),
277
273
F1 ("mysqli_fetch_field" , MAY_BE_OBJECT |MAY_BE_FALSE ),
@@ -300,7 +296,6 @@ static const func_info_t func_infos[] = {
300
296
F1 ("mysqli_real_escape_string" , MAY_BE_STRING ),
301
297
F1 ("mysqli_reap_async_query" , MAY_BE_OBJECT |MAY_BE_BOOL ),
302
298
F1 ("mysqli_stmt_affected_rows" , MAY_BE_LONG |MAY_BE_STRING ),
303
- F0 ("mysqli_stmt_close" , MAY_BE_TRUE ),
304
299
F1 ("mysqli_stmt_error" , MAY_BE_STRING ),
305
300
F1 ("mysqli_stmt_error_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ARRAY ),
306
301
F1 ("mysqli_stmt_get_result" , MAY_BE_OBJECT |MAY_BE_FALSE ),
@@ -311,7 +306,6 @@ static const func_info_t func_infos[] = {
311
306
F1 ("mysqli_stmt_result_metadata" , MAY_BE_OBJECT |MAY_BE_FALSE ),
312
307
F1 ("mysqli_stmt_sqlstate" , MAY_BE_STRING ),
313
308
F1 ("mysqli_sqlstate" , MAY_BE_STRING ),
314
- F0 ("mysqli_ssl_set" , MAY_BE_TRUE ),
315
309
F1 ("mysqli_stat" , MAY_BE_STRING |MAY_BE_FALSE ),
316
310
F1 ("mysqli_store_result" , MAY_BE_OBJECT |MAY_BE_FALSE ),
317
311
F1 ("mysqli_use_result" , MAY_BE_OBJECT |MAY_BE_FALSE ),
@@ -438,7 +432,6 @@ static const func_info_t func_infos[] = {
438
432
F1 ("socket_addrinfo_explain" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY ),
439
433
FN ("sodium_crypto_kx_client_session_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
440
434
FN ("sodium_crypto_kx_server_session_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
441
- F0 ("sodium_crypto_generichash_update" , MAY_BE_TRUE ),
442
435
#if defined(crypto_secretstream_xchacha20poly1305_ABYTES )
443
436
FN ("sodium_crypto_secretstream_xchacha20poly1305_init_push" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
444
437
#endif
@@ -455,20 +448,9 @@ static const func_info_t func_infos[] = {
455
448
F1 ("ob_get_clean" , MAY_BE_STRING |MAY_BE_FALSE ),
456
449
F1 ("ob_list_handlers" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
457
450
F1 ("ob_get_status" , 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 ),
458
- F0 ("krsort" , MAY_BE_TRUE ),
459
- F0 ("ksort" , MAY_BE_TRUE ),
460
- F0 ("asort" , MAY_BE_TRUE ),
461
- F0 ("arsort" , MAY_BE_TRUE ),
462
- F0 ("sort" , MAY_BE_TRUE ),
463
- F0 ("usort" , MAY_BE_TRUE ),
464
- F0 ("uasort" , MAY_BE_TRUE ),
465
- F0 ("uksort" , MAY_BE_TRUE ),
466
- F0 ("array_walk" , MAY_BE_TRUE ),
467
- F0 ("array_walk_recursive" , MAY_BE_TRUE ),
468
451
F1 ("compact" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
469
452
FN ("array_fill" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ANY ),
470
453
F1 ("array_fill_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
471
- F0 ("shuffle" , MAY_BE_TRUE ),
472
454
F1 ("array_replace" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
473
455
F1 ("array_replace_recursive" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
474
456
FN ("array_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING ),
@@ -544,12 +526,6 @@ static const func_info_t func_infos[] = {
544
526
F1 ("md5_file" , MAY_BE_STRING |MAY_BE_FALSE ),
545
527
F1 ("sha1" , MAY_BE_STRING ),
546
528
F1 ("sha1_file" , MAY_BE_STRING |MAY_BE_FALSE ),
547
- #if defined(HAVE_SYSLOG_H )
548
- F0 ("closelog" , MAY_BE_TRUE ),
549
- #endif
550
- #if defined(HAVE_SYSLOG_H )
551
- F0 ("syslog" , MAY_BE_TRUE ),
552
- #endif
553
529
#if defined(HAVE_INET_NTOP )
554
530
F1 ("inet_ntop" , MAY_BE_STRING |MAY_BE_FALSE ),
555
531
#endif
@@ -639,9 +615,7 @@ static const func_info_t func_infos[] = {
639
615
F1 ("image_type_to_extension" , MAY_BE_STRING |MAY_BE_FALSE ),
640
616
F1 ("getimagesize" , 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_FALSE ),
641
617
F1 ("getimagesizefromstring" , 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_FALSE ),
642
- F0 ("phpinfo" , MAY_BE_TRUE ),
643
618
F1 ("phpversion" , MAY_BE_STRING |MAY_BE_FALSE ),
644
- F0 ("phpcredits" , MAY_BE_TRUE ),
645
619
F1 ("php_sapi_name" , MAY_BE_STRING |MAY_BE_FALSE ),
646
620
F1 ("php_uname" , MAY_BE_STRING ),
647
621
F1 ("php_ini_scanned_files" , MAY_BE_STRING |MAY_BE_FALSE ),
0 commit comments