diff options
author | Stanislav Malyshev <stas@php.net> | 2007-11-01 00:46:13 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2007-11-01 00:46:13 +0000 |
commit | eb5bd09cff364be2426b4a8785c3e703a48abeb8 (patch) | |
tree | da0e688508f50c36f9414a58c00bdc442fefc149 /ext/gmp/tests/030.phpt | |
parent | 2d8dc07e3e7c561c27f6e42babdc48f4a20e7475 (diff) | |
download | php-git-eb5bd09cff364be2426b4a8785c3e703a48abeb8.tar.gz |
- Fix memory leaks (bug #42509)
- Fix _gmp_binary_opl
- Use modern parameter parsing
Diffstat (limited to 'ext/gmp/tests/030.phpt')
-rw-r--r-- | ext/gmp/tests/030.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/030.phpt b/ext/gmp/tests/030.phpt index 86c5caeea4..633af41e6f 100644 --- a/ext/gmp/tests/030.phpt +++ b/ext/gmp/tests/030.phpt @@ -35,10 +35,10 @@ string(1) "0" string(15) "987657876576252" string(21) "987658441719689394144" -Warning: Wrong parameter count for gmp_or() in %s on line %d +Warning: gmp_or() expects exactly 2 parameters, 3 given in %s on line %d NULL -Warning: Wrong parameter count for gmp_or() in %s on line %d +Warning: gmp_or() expects exactly 2 parameters, 1 given in %s on line %d NULL Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d |