getrandmax_error.phpt 214 B

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