mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
MFH (Bug 21534)
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user