summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/036.phpt
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2007-11-01 00:46:13 +0000
committerStanislav Malyshev <stas@php.net>2007-11-01 00:46:13 +0000
commiteb5bd09cff364be2426b4a8785c3e703a48abeb8 (patch)
treeda0e688508f50c36f9414a58c00bdc442fefc149 /ext/gmp/tests/036.phpt
parent2d8dc07e3e7c561c27f6e42babdc48f4a20e7475 (diff)
downloadphp-git-eb5bd09cff364be2426b4a8785c3e703a48abeb8.tar.gz
- Fix memory leaks (bug #42509)
- Fix _gmp_binary_opl - Use modern parameter parsing
Diffstat (limited to 'ext/gmp/tests/036.phpt')
-rw-r--r--ext/gmp/tests/036.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/036.phpt b/ext/gmp/tests/036.phpt
index fa2d67c822..c21e03ccb2 100644
--- a/ext/gmp/tests/036.phpt
+++ b/ext/gmp/tests/036.phpt
@@ -33,7 +33,7 @@ int(43)
int(0)
int(26)
-Warning: Wrong parameter count for gmp_hamdist() in %s on line %d
+Warning: gmp_hamdist() expects exactly 2 parameters, 3 given in %s on line %d
NULL
Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
@@ -45,6 +45,6 @@ bool(false)
Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
bool(false)
-Warning: Wrong parameter count for gmp_hamdist() in %s on line %d
+Warning: gmp_hamdist() expects exactly 2 parameters, 0 given in %s on line %d
NULL
Done