@@ -412,6 +412,7 @@ static const func_info_t func_infos[] = {
412
412
F0 ("proc_nice" , MAY_BE_FALSE | MAY_BE_TRUE ),
413
413
#endif
414
414
F0 ("rand" , MAY_BE_NULL | MAY_BE_LONG ),
415
+ F1 ("random_bytes" , MAY_BE_STRING ),
415
416
F0 ("srand" , MAY_BE_NULL ),
416
417
F0 ("getrandmax" , MAY_BE_NULL | MAY_BE_LONG ),
417
418
F0 ("mt_rand" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG ),
@@ -848,6 +849,8 @@ static const func_info_t func_infos[] = {
848
849
F1 ("array_chunk" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY ),
849
850
F1 ("array_combine" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY ),
850
851
F0 ("array_key_exists" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
852
+ FN ("array_key_first" , MAY_BE_NULL | MAY_BE_LONG | MAY_BE_STRING ),
853
+ FN ("array_key_last" , MAY_BE_NULL | MAY_BE_LONG | MAY_BE_STRING ),
851
854
F1 ("pos" , UNKNOWN_INFO ),
852
855
F0 ("sizeof" , MAY_BE_NULL | MAY_BE_LONG ),
853
856
F0 ("key_exists" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
0 commit comments