diff options
Diffstat (limited to 'ext/gmp/tests/gmp_sqrt.phpt')
-rw-r--r-- | ext/gmp/tests/gmp_sqrt.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_sqrt.phpt b/ext/gmp/tests/gmp_sqrt.phpt index d90f538213..e824de3706 100644 --- a/ext/gmp/tests/gmp_sqrt.phpt +++ b/ext/gmp/tests/gmp_sqrt.phpt @@ -24,7 +24,7 @@ var_dump(gmp_sqrt(array())); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d string(1) "0" |