mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

https://wiki.php.net/rfc/rng_extension https://wiki.php.net/rfc/random_extension_improvement
8 lines
133 B
PHP
8 lines
133 B
PHP
--TEST--
|
|
Test mt_getrandmax() - basic function test mt_getrandmax()
|
|
--FILE--
|
|
<?php
|
|
var_dump(mt_getrandmax());
|
|
?>
|
|
--EXPECTF--
|
|
int(%d)
|