--TEST-- gmp_random_bits() basic tests --SKIPIF-- --FILE-- $limit) { print "RANGE VIOLATION\n"; var_dump($result); break 2; } } if (microtime(true) - $start > 0.5) { break; } } echo "Done\n"; ?> --EXPECTF-- Warning: gmp_random_bits() expects exactly 1 parameter, 0 given in %s on line %d NULL Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d bool(false) Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d bool(false) Done