php/doc-en

gmp_random_seed() throws a ValueError as of PHP 8.0, return section is incorect

开放

#1,387 创建于 2022年2月8日

 (1 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Extension: gmpbuggood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

https://www.php.net/manual/en/function.gmp-random-seed.php

The description has : void but the Return Values section says "Returns null on success or false on failure."

It looks like a changelog needs added to note the change from false return to error: https://3v4l.org/pokBp

贡献者指南