summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/mt_getrandmax_basic.phpt
blob: 29a30d088f6523f68ebf8c5763852a7ca847b993 (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)