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

10 lines
214 B
Plaintext
Raw Normal View History

2008-02-06 08:39:23 +00:00
--TEST--
Test getrandmax() - wrong params test getrandmax()
--FILE--
<?php
var_dump($biggest_int = getrandmax(true));
?>
--EXPECTF--
2008-02-28 15:28:00 +00:00
Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line 2
2008-02-06 08:39:23 +00:00
NULL