out_string       1149 ext/gmp/gmp.c  		zend_string *out_string = zend_string_alloc(out_len, 0);
out_string       1150 ext/gmp/gmp.c  		mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber);
out_string       1151 ext/gmp/gmp.c  		ZSTR_VAL(out_string)[out_len] = '\0';
out_string       1153 ext/gmp/gmp.c  		RETURN_NEW_STR(out_string);