From: Sara Golemon Date: Thu, 13 Mar 2003 16:18:10 +0000 (+0000) Subject: MFH (Bug 21534) X-Git-Tag: php-4.3.2RC2~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d03df22d4c477a00a19eb04bf9d2364bf380b806;p=php MFH (Bug 21534) --- diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index d5ae481ff0..df87558bd8 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -915,7 +915,7 @@ ZEND_FUNCTION(gmp_gcdext) } FETCH_GMP_ZVAL(gmpnum_a, a_arg); - FETCH_GMP_ZVAL(gmpnum_b, a_arg); + FETCH_GMP_ZVAL(gmpnum_b, b_arg); INIT_GMP_NUM(gmpnum_g); INIT_GMP_NUM(gmpnum_s);