--TEST-- rand() and mt_rand() tests --FILE-- --EXPECTF-- int(%d) Warning: mt_rand() expects exactly 2 parameters, 1 given in %s on line %d NULL int(%i) int(%d) int(%d) Warning: rand() expects exactly 2 parameters, 1 given in %s on line %d NULL int(%i) int(%d) NULL NULL Warning: srand() expects parameter 1 to be long, array given in %s on line %d NULL NULL NULL Warning: mt_srand() expects parameter 1 to be long, array given in %s on line %d NULL int(%d) Warning: Wrong parameter count for getrandmax() in %s on line %d NULL int(%d) Warning: Wrong parameter count for mt_getrandmax() in %s on line %d NULL Done