php-src/ext/standard/tests/math/getrandmax_basic.phpt

9 lines
152 B
Plaintext
Raw Normal View History

2008-02-06 08:44:24 +00:00
--TEST--
Test getrandmax() - basic function test getrandmax()
--FILE--
<?php
$biggest_int = getrandmax();
var_dump($biggest_int);
?>
--EXPECTF--
int(%d)