1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/standard/tests/math/getrandmax_basic.phpt
2008-02-06 08:44:24 +00:00

9 lines
152 B
PHP

--TEST--
Test getrandmax() - basic function test getrandmax()
--FILE--
<?php
$biggest_int = getrandmax();
var_dump($biggest_int);
?>
--EXPECTF--
int(%d)