We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d770058 commit 20e15f5Copy full SHA for 20e15f5
ext/gmp/gmp.c
@@ -1112,7 +1112,7 @@ ZEND_FUNCTION(gmp_import)
1112
char *data;
1113
size_t data_len;
1114
zend_long size = 1;
1115
- zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN;;
+ zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN;
1116
int order, endian;
1117
mpz_ptr gmpnumber;
1118
@@ -1142,7 +1142,7 @@ ZEND_FUNCTION(gmp_export)
1142
{
1143
zval *gmpnumber_arg;
1144
1145
1146
1147
1148
gmp_temp_t temp_a;
0 commit comments