summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/mt_getrandmax_basic.phpt
blob: 3bc4200f2ccdfd2df6cfe58566fcc089d3dfe2c7 (plain)
1
2
3
4
5
6
7
8
--TEST--
Test mt_getrandmax() - basic function test mt_getrandmax()
--FILE--
<?php
var_dump(mt_getrandmax());
?>
--EXPECTF--
int(%d)