@@ -392,6 +392,49 @@ static const func_info_t func_infos[] = {
392
392
F1 ("spl_classes" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING ),
393
393
F1 ("spl_object_hash" , MAY_BE_STRING ),
394
394
F1 ("iterator_to_array" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
395
+ F1 ("ob_get_flush" , MAY_BE_STRING |MAY_BE_FALSE ),
396
+ F1 ("ob_get_clean" , MAY_BE_STRING |MAY_BE_FALSE ),
397
+ F1 ("ob_list_handlers" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
398
+ 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 ),
399
+ F0 ("krsort" , MAY_BE_TRUE ),
400
+ F0 ("ksort" , MAY_BE_TRUE ),
401
+ F0 ("asort" , MAY_BE_TRUE ),
402
+ F0 ("arsort" , MAY_BE_TRUE ),
403
+ F0 ("sort" , MAY_BE_TRUE ),
404
+ F0 ("usort" , MAY_BE_TRUE ),
405
+ F0 ("uasort" , MAY_BE_TRUE ),
406
+ F0 ("uksort" , MAY_BE_TRUE ),
407
+ F0 ("array_walk" , MAY_BE_TRUE ),
408
+ F0 ("array_walk_recursive" , MAY_BE_TRUE ),
409
+ F1 ("compact" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
410
+ FN ("array_fill" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ANY ),
411
+ 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 ),
412
+ F0 ("shuffle" , MAY_BE_TRUE ),
413
+ 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 ),
414
+ 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 ),
415
+ FN ("array_keys" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING ),
416
+ FN ("array_values" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
417
+ F1 ("array_count_values" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG ),
418
+ F1 ("array_column" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
419
+ F1 ("array_reverse" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
420
+ F1 ("array_flip" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING ),
421
+ F1 ("array_change_key_case" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
422
+ F1 ("array_intersect_key" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
423
+ F1 ("array_intersect_ukey" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
424
+ F1 ("array_intersect" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
425
+ F1 ("array_uintersect" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
426
+ F1 ("array_intersect_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
427
+ F1 ("array_uintersect_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
428
+ F1 ("array_intersect_uassoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
429
+ F1 ("array_uintersect_uassoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
430
+ F1 ("array_diff_key" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
431
+ F1 ("array_diff_ukey" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
432
+ F1 ("array_udiff" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
433
+ F1 ("array_diff_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
434
+ F1 ("array_diff_uassoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
435
+ F1 ("array_udiff_assoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
436
+ F1 ("array_udiff_uassoc" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_ARRAY_OF_REF ),
437
+ FN ("array_rand" , MAY_BE_LONG |MAY_BE_STRING |MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING ),
395
438
F1 ("base64_encode" , MAY_BE_STRING ),
396
439
F1 ("base64_decode" , MAY_BE_STRING |MAY_BE_FALSE ),
397
440
F1 ("long2ip" , MAY_BE_STRING |MAY_BE_FALSE ),
@@ -417,12 +460,16 @@ static const func_info_t func_infos[] = {
417
460
#if HAVE_GETPROTOBYNUMBER
418
461
F1 ("getprotobynumber" , MAY_BE_STRING |MAY_BE_FALSE ),
419
462
#endif
463
+ F1 ("parse_ini_file" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_ARRAY_OF_TRUE |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_ARRAY_OF_NULL |MAY_BE_FALSE ),
464
+ F1 ("parse_ini_string" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_FALSE |MAY_BE_ARRAY_OF_TRUE |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_ARRAY_OF_NULL |MAY_BE_FALSE ),
420
465
#if ZEND_DEBUG
421
466
F1 ("config_get_hash" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY ),
422
467
#endif
423
468
#if defined(HAVE_GETLOADAVG )
424
469
F1 ("sys_getloadavg" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_FALSE ),
425
470
#endif
471
+ F1 ("get_browser" , MAY_BE_OBJECT |MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE ),
472
+ F1 ("crypt" , MAY_BE_STRING ),
426
473
#if HAVE_STRPTIME
427
474
F1 ("strptime" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
428
475
#endif
@@ -439,12 +486,19 @@ static const func_info_t func_infos[] = {
439
486
F1 ("md5_file" , MAY_BE_STRING |MAY_BE_FALSE ),
440
487
F1 ("sha1" , MAY_BE_STRING ),
441
488
F1 ("sha1_file" , MAY_BE_STRING |MAY_BE_FALSE ),
489
+ #if defined(HAVE_SYSLOG_H )
490
+ F0 ("closelog" , MAY_BE_TRUE ),
491
+ #endif
492
+ #if defined(HAVE_SYSLOG_H )
493
+ F0 ("syslog" , MAY_BE_TRUE ),
494
+ #endif
442
495
#if defined(HAVE_INET_NTOP )
443
496
F1 ("inet_ntop" , MAY_BE_STRING |MAY_BE_FALSE ),
444
497
#endif
445
498
#if defined(HAVE_INET_PTON )
446
499
F1 ("inet_pton" , MAY_BE_STRING |MAY_BE_FALSE ),
447
500
#endif
501
+ F1 ("metaphone" , MAY_BE_STRING ),
448
502
F1 ("headers_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
449
503
F1 ("htmlspecialchars" , MAY_BE_STRING ),
450
504
F1 ("htmlentities" , MAY_BE_STRING ),
@@ -480,11 +534,21 @@ static const func_info_t func_infos[] = {
480
534
F1 ("count_chars" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_STRING ),
481
535
F1 ("localeconv" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY ),
482
536
F1 ("sscanf" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_ANY |MAY_BE_LONG |MAY_BE_NULL ),
537
+ F1 ("str_rot13" , MAY_BE_STRING ),
483
538
F1 ("str_shuffle" , MAY_BE_STRING ),
484
539
F1 ("str_word_count" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_LONG ),
485
540
F1 ("str_split" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
486
541
F1 ("strpbrk" , MAY_BE_STRING |MAY_BE_FALSE ),
542
+ F1 ("utf8_encode" , MAY_BE_STRING ),
543
+ F1 ("utf8_decode" , MAY_BE_STRING ),
487
544
FN ("opendir" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
545
+ F1 ("dir" , MAY_BE_OBJECT |MAY_BE_FALSE ),
546
+ F1 ("getcwd" , MAY_BE_STRING |MAY_BE_FALSE ),
547
+ F1 ("readdir" , MAY_BE_STRING |MAY_BE_FALSE ),
548
+ F1 ("scandir" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
549
+ #if defined(HAVE_GLOB )
550
+ F1 ("glob" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
551
+ #endif
488
552
F1 ("exec" , MAY_BE_STRING |MAY_BE_FALSE ),
489
553
F1 ("system" , MAY_BE_STRING |MAY_BE_FALSE ),
490
554
F0 ("passthru" , MAY_BE_FALSE |MAY_BE_NULL ),
@@ -504,6 +568,11 @@ static const func_info_t func_infos[] = {
504
568
F1 ("file_get_contents" , MAY_BE_STRING |MAY_BE_FALSE ),
505
569
F1 ("fgetcsv" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_NULL |MAY_BE_FALSE ),
506
570
F1 ("realpath" , MAY_BE_STRING |MAY_BE_FALSE ),
571
+ F1 ("sys_get_temp_dir" , MAY_BE_STRING ),
572
+ F1 ("filetype" , MAY_BE_STRING |MAY_BE_FALSE ),
573
+ F1 ("stat" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |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 |MAY_BE_FALSE ),
574
+ F1 ("lstat" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |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 |MAY_BE_FALSE ),
575
+ F1 ("realpath_cache_get" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ARRAY ),
507
576
F1 ("sprintf" , MAY_BE_STRING ),
508
577
F1 ("vsprintf" , MAY_BE_STRING ),
509
578
F1 ("fsockopen" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
@@ -539,6 +608,8 @@ static const func_info_t func_infos[] = {
539
608
#if defined(HAVE_GETRUSAGE )
540
609
F1 ("getrusage" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
541
610
#endif
611
+ F1 ("pack" , MAY_BE_STRING ),
612
+ F1 ("unpack" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_ANY |MAY_BE_FALSE ),
542
613
F1 ("password_get_info" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_ARRAY_OF_NULL ),
543
614
F1 ("password_hash" , MAY_BE_STRING ),
544
615
#if defined(PHP_CAN_SUPPORT_PROC_OPEN )
@@ -580,6 +651,9 @@ static const func_info_t func_infos[] = {
580
651
F1 ("rawurlencode" , MAY_BE_STRING ),
581
652
F1 ("rawurldecode" , MAY_BE_STRING ),
582
653
F1 ("get_headers" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY |MAY_BE_FALSE ),
654
+ F1 ("stream_bucket_make_writeable" , MAY_BE_OBJECT |MAY_BE_NULL ),
655
+ F1 ("stream_bucket_new" , MAY_BE_OBJECT ),
656
+ F1 ("stream_get_filters" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
583
657
F1 ("convert_uuencode" , MAY_BE_STRING ),
584
658
F1 ("convert_uudecode" , MAY_BE_STRING |MAY_BE_FALSE ),
585
659
F1 ("var_export" , MAY_BE_STRING |MAY_BE_NULL ),
0 commit comments