Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1015 zend_string *out_string = zend_string_safe_alloc(count, size, 0, 0); in ZEND_FUNCTION() local
1016 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
1017 ZSTR_VAL(out_string)[ZSTR_LEN(out_string)] = '\0'; in ZEND_FUNCTION() local
1019 RETVAL_NEW_STR(out_string); in ZEND_FUNCTION()

Completed in 9 milliseconds