Home
last modified time | relevance | path

Searched refs:out_string (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/gmp/
H A Dgmp.c1153 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION() local
1154 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
1155 ZSTR_VAL(out_string)[ZSTR_LEN(out_string)] = '\0'; in ZEND_FUNCTION() local
1157 RETURN_NEW_STR(out_string); in ZEND_FUNCTION()

Completed in 14 milliseconds