diff options
Diffstat (limited to 'ext/gmp/tests/028.phpt')
-rw-r--r-- | ext/gmp/tests/028.phpt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/ext/gmp/tests/028.phpt b/ext/gmp/tests/028.phpt index a61a39a07d..3a876aa60c 100644 --- a/ext/gmp/tests/028.phpt +++ b/ext/gmp/tests/028.phpt @@ -26,10 +26,16 @@ string(1) "%d" string(%d) "%d" string(%d) "%d" string(%d) "%d" -resource(%d) of type (GMP integer) -Warning: Wrong parameter count for gmp_random() in %s on line %d +Warning: gmp_random() expects parameter 1 to be long, 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 +NULL + +Warning: gmp_random() expects parameter 1 to be long, string given in %s on line %d NULL -resource(%d) of type (GMP integer) -resource(%d) of type (GMP integer) Done |