diff options
Diffstat (limited to 'ext/gmp/tests/gmp_random.phpt')
-rw-r--r-- | ext/gmp/tests/gmp_random.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gmp/tests/gmp_random.phpt b/ext/gmp/tests/gmp_random.phpt index 3a876aa60c..d1351bbd1e 100644 --- a/ext/gmp/tests/gmp_random.phpt +++ b/ext/gmp/tests/gmp_random.phpt @@ -27,15 +27,15 @@ string(%d) "%d" string(%d) "%d" string(%d) "%d" -Warning: gmp_random() expects parameter 1 to be long, array given in %s on line %d +Warning: gmp_random() expects parameter 1 to be integer, array given in %s on line %d NULL Warning: gmp_random() expects at most 1 parameter, 2 given in %s on line %d NULL -Warning: gmp_random() expects parameter 1 to be long, string given in %s on line %d +Warning: gmp_random() expects parameter 1 to be integer, string given in %s on line %d NULL -Warning: gmp_random() expects parameter 1 to be long, string given in %s on line %d +Warning: gmp_random() expects parameter 1 to be integer, string given in %s on line %d NULL Done |