@@ -392,6 +392,49 @@ static const func_info_t func_infos[] = {
392392 F1 ("spl_classes" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING ),
393393 F1 ("spl_object_hash" , MAY_BE_STRING ),
394394 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 ),
395438 F1 ("base64_encode" , MAY_BE_STRING ),
396439 F1 ("base64_decode" , MAY_BE_STRING |MAY_BE_FALSE ),
397440 F1 ("long2ip" , MAY_BE_STRING |MAY_BE_FALSE ),
@@ -417,12 +460,16 @@ static const func_info_t func_infos[] = {
417460#if HAVE_GETPROTOBYNUMBER
418461 F1 ("getprotobynumber" , MAY_BE_STRING |MAY_BE_FALSE ),
419462#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 ),
420465#if ZEND_DEBUG
421466 F1 ("config_get_hash" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_ARRAY ),
422467#endif
423468#if defined(HAVE_GETLOADAVG )
424469 F1 ("sys_getloadavg" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_DOUBLE |MAY_BE_FALSE ),
425470#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 ),
426473#if HAVE_STRPTIME
427474 F1 ("strptime" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_FALSE ),
428475#endif
@@ -439,12 +486,19 @@ static const func_info_t func_infos[] = {
439486 F1 ("md5_file" , MAY_BE_STRING |MAY_BE_FALSE ),
440487 F1 ("sha1" , MAY_BE_STRING ),
441488 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
442495#if defined(HAVE_INET_NTOP )
443496 F1 ("inet_ntop" , MAY_BE_STRING |MAY_BE_FALSE ),
444497#endif
445498#if defined(HAVE_INET_PTON )
446499 F1 ("inet_pton" , MAY_BE_STRING |MAY_BE_FALSE ),
447500#endif
501+ F1 ("metaphone" , MAY_BE_STRING ),
448502 F1 ("headers_list" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
449503 F1 ("htmlspecialchars" , MAY_BE_STRING ),
450504 F1 ("htmlentities" , MAY_BE_STRING ),
@@ -480,11 +534,21 @@ static const func_info_t func_infos[] = {
480534 F1 ("count_chars" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_LONG |MAY_BE_STRING ),
481535 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 ),
482536 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 ),
483538 F1 ("str_shuffle" , MAY_BE_STRING ),
484539 F1 ("str_word_count" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_LONG ),
485540 F1 ("str_split" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING ),
486541 F1 ("strpbrk" , MAY_BE_STRING |MAY_BE_FALSE ),
542+ F1 ("utf8_encode" , MAY_BE_STRING ),
543+ F1 ("utf8_decode" , MAY_BE_STRING ),
487544 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
488552 F1 ("exec" , MAY_BE_STRING |MAY_BE_FALSE ),
489553 F1 ("system" , MAY_BE_STRING |MAY_BE_FALSE ),
490554 F0 ("passthru" , MAY_BE_FALSE |MAY_BE_NULL ),
@@ -504,6 +568,11 @@ static const func_info_t func_infos[] = {
504568 F1 ("file_get_contents" , MAY_BE_STRING |MAY_BE_FALSE ),
505569 F1 ("fgetcsv" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_NULL |MAY_BE_FALSE ),
506570 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 ),
507576 F1 ("sprintf" , MAY_BE_STRING ),
508577 F1 ("vsprintf" , MAY_BE_STRING ),
509578 F1 ("fsockopen" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
@@ -539,6 +608,8 @@ static const func_info_t func_infos[] = {
539608#if defined(HAVE_GETRUSAGE )
540609 F1 ("getrusage" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_FALSE ),
541610#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 ),
542613 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 ),
543614 F1 ("password_hash" , MAY_BE_STRING ),
544615#if defined(PHP_CAN_SUPPORT_PROC_OPEN )
@@ -580,6 +651,9 @@ static const func_info_t func_infos[] = {
580651 F1 ("rawurlencode" , MAY_BE_STRING ),
581652 F1 ("rawurldecode" , MAY_BE_STRING ),
582653 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 ),
583657 F1 ("convert_uuencode" , MAY_BE_STRING ),
584658 F1 ("convert_uudecode" , MAY_BE_STRING |MAY_BE_FALSE ),
585659 F1 ("var_export" , MAY_BE_STRING |MAY_BE_NULL ),
0 commit comments