diff options
Diffstat (limited to 'ext/gmp/tests/gmp_jacobi.phpt')
-rw-r--r-- | ext/gmp/tests/gmp_jacobi.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_jacobi.phpt b/ext/gmp/tests/gmp_jacobi.phpt index 04ddba4f08..da92b87401 100644 --- a/ext/gmp/tests/gmp_jacobi.phpt +++ b/ext/gmp/tests/gmp_jacobi.phpt @@ -30,7 +30,7 @@ var_dump(gmp_jacobi()); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- string(1) "0" string(2) "-1" string(1) "0" |