1--TEST-- 2Test getrandmax() - wrong params test getrandmax() 3--FILE-- 4<?php 5var_dump($biggest_int = getrandmax(true)); 6?> 7--EXPECTF-- 8Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line 2 9NULL 10