Lines Matching refs:gmp_random
2 gmp_random() basic tests
8 var_dump(gmp_strval(gmp_random()));
9 var_dump(gmp_strval(gmp_random(-1)));
10 var_dump(gmp_strval(gmp_random(0)));
11 var_dump(gmp_strval(gmp_random(10)));
12 var_dump(gmp_strval(gmp_random("-10")));
13 var_dump(gmp_strval(gmp_random(-10)));
15 var_dump(gmp_random(array()));
16 var_dump(gmp_random(array(),1));
17 var_dump(gmp_random(""));
18 var_dump(gmp_random("test"));
23 Deprecated: Function gmp_random() is deprecated in %s on line %d
26 Deprecated: Function gmp_random() is deprecated in %s on line %d
29 Deprecated: Function gmp_random() is deprecated in %s on line %d
32 Deprecated: Function gmp_random() is deprecated in %s on line %d
35 Deprecated: Function gmp_random() is deprecated in %s on line %d
38 Deprecated: Function gmp_random() is deprecated in %s on line %d
41 Deprecated: Function gmp_random() is deprecated in %s on line %d
43 Warning: gmp_random() expects parameter 1 to be integer, array given in %s on line %d
46 Deprecated: Function gmp_random() is deprecated in %s on line %d
48 Warning: gmp_random() expects at most 1 parameter, 2 given in %s on line %d
51 Deprecated: Function gmp_random() is deprecated in %s on line %d
53 Warning: gmp_random() expects parameter 1 to be integer, string given in %s on line %d
56 Deprecated: Function gmp_random() is deprecated in %s on line %d
58 Warning: gmp_random() expects parameter 1 to be integer, string given in %s on line %d