mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
@@ -284,6 +284,7 @@ static const func_info_t func_infos[] = {
|
||||
#endif
|
||||
F0("rand", MAY_BE_NULL | MAY_BE_LONG),
|
||||
F1("random_bytes", MAY_BE_STRING),
|
||||
F1("random_int", MAY_BE_LONG),
|
||||
F0("srand", MAY_BE_NULL),
|
||||
F0("getrandmax", MAY_BE_NULL | MAY_BE_LONG),
|
||||
F0("mt_rand", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
|
||||
|
||||
Reference in New Issue
Block a user