Searched refs:out_string (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/gmp/ |
H A D | gmp.c | 794 char *out_string; in gmp_strval() local 801 out_string = emalloc(num_len + 1); in gmp_strval() 802 mpz_get_str(out_string, base, gmpnum); in gmp_strval() 812 if (out_string[num_len - 1] == '\0') { in gmp_strval() 815 out_string[num_len] = '\0'; in gmp_strval() 818 ZVAL_STRINGL(result, out_string, num_len, 0); in gmp_strval() 1186 char *out_string = emalloc(out_len + 1); in ZEND_FUNCTION() local 1187 mpz_export(out_string, NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION() 1188 out_string[out_len] = '\0'; in ZEND_FUNCTION() 1190 RETURN_STRINGL(out_string, out_len, 0); in ZEND_FUNCTION()
|
Completed in 12 milliseconds