@@ -283,6 +283,7 @@ static const func_info_t func_infos[] = {
283
283
F0 ("proc_nice" , MAY_BE_FALSE | MAY_BE_TRUE ),
284
284
#endif
285
285
F0 ("rand" , MAY_BE_NULL | MAY_BE_LONG ),
286
+ F1 ("random_bytes" , MAY_BE_STRING ),
286
287
F0 ("srand" , MAY_BE_NULL ),
287
288
F0 ("getrandmax" , MAY_BE_NULL | MAY_BE_LONG ),
288
289
F0 ("mt_rand" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG ),
@@ -720,6 +721,8 @@ static const func_info_t func_infos[] = {
720
721
F1 ("array_chunk" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY ),
721
722
F1 ("array_combine" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_REF | MAY_BE_ARRAY_OF_ANY ),
722
723
F0 ("array_key_exists" , MAY_BE_FALSE | MAY_BE_TRUE ),
724
+ FN ("array_key_first" , MAY_BE_NULL | MAY_BE_LONG | MAY_BE_STRING ),
725
+ FN ("array_key_last" , MAY_BE_NULL | MAY_BE_LONG | MAY_BE_STRING ),
723
726
F1 ("pos" , UNKNOWN_INFO ),
724
727
F0 ("sizeof" , MAY_BE_LONG ),
725
728
F0 ("key_exists" , MAY_BE_FALSE | MAY_BE_TRUE ),
0 commit comments