diff options
Diffstat (limited to 'ext/gmp/tests/028.phpt')
-rw-r--r-- | ext/gmp/tests/028.phpt | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/ext/gmp/tests/028.phpt b/ext/gmp/tests/028.phpt index ba4e0a9bdd..4bbfb3e1e5 100644 --- a/ext/gmp/tests/028.phpt +++ b/ext/gmp/tests/028.phpt @@ -19,27 +19,7 @@ var_dump(gmp_random("test")); echo "Done\n"; ?> ---EXPECTF-- -string(%d) "%d" -string(%d) "%d" -string(1) "0" -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 -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 -Done ---UEXPECTF-- +--EXPECTF-- unicode(%d) "%d" unicode(%d) "%d" unicode(1) "0" |