diff options
Diffstat (limited to 'ext/gmp/tests/gmp_nextprime.phpt')
| -rw-r--r-- | ext/gmp/tests/gmp_nextprime.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/gmp_nextprime.phpt b/ext/gmp/tests/gmp_nextprime.phpt index da89221c0a..87a295f62c 100644 --- a/ext/gmp/tests/gmp_nextprime.phpt +++ b/ext/gmp/tests/gmp_nextprime.phpt @@ -22,10 +22,10 @@ $n = gmp_nextprime(""); var_dump(gmp_strval($n)); $n = gmp_nextprime(new stdclass()); var_dump(gmp_strval($n)); - + echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- string(1) "2" string(1) "2" string(1) "2" |
