diff options
Diffstat (limited to 'ext/gmp/tests/gmp_invert.phpt')
-rw-r--r-- | ext/gmp/tests/gmp_invert.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_invert.phpt b/ext/gmp/tests/gmp_invert.phpt index 81a90fe16a..8c1d7c577c 100644 --- a/ext/gmp/tests/gmp_invert.phpt +++ b/ext/gmp/tests/gmp_invert.phpt @@ -27,7 +27,7 @@ var_dump(gmp_invert(array(), array())); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- string(7) "2293131" string(1) "0" string(4) "5827" |