80 bool add_dp,
int precision,
char dec_point,
bool * is_negative,
char *
buf,
size_t *
len);
84#define php_gcvt zend_gcvt
89#define slprintf ap_php_slprintf
94#define vslprintf ap_php_vslprintf
99#define snprintf ap_php_snprintf
104#define vsnprintf ap_php_vsnprintf
106#ifndef HAVE_VASPRINTF
107#define vasprintf ap_php_vasprintf
111#define asprintf ap_php_asprintf
131 bool * is_negative,
char *buf_end,
size_t *
len);
134 char format,
char *buf_end,
size_t *
len);
printf(string $format, mixed ... $values)
zend_ffi_ctype_name_buf buf
PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...)
PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...)
PHPAPI int ap_php_asprintf(char **buf, const char *format,...)
PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap)
PHPAPI char * php_conv_fp(char format, double num, bool add_dp, int precision, char dec_point, bool *is_negative, char *buf, size_t *len)
PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap)
PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap)
PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len)
PHPAPI int PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf)
PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, bool *is_negative, char *buf_end, size_t *len)
#define ZEND_ATTRIBUTE_FORMAT(type, idx, first)