php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include <stddef.h>
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <inttypes.h>
#include <locale.h>
#include "snprintf.h"
#include "zend_smart_str.h"
#include "zend_smart_string.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
#define | LCONV_DECIMAL_POINT (*lconv->decimal_point) |
#define | NUL '\0' |
#define | INT_NULL ((int *)0) |
#define | S_NULL "(null)" |
#define | S_NULL_LEN 6 |
#define | FLOAT_DIGITS 6 |
#define | EXPONENT_LENGTH 10 |
#define | INS_CHAR(xbuf, ch, is_char) |
#define | INS_STRING(xbuf, str, len, is_char) |
#define | PAD_CHAR(xbuf, ch, count, is_char) |
#define | NUM_BUF_SIZE ZEND_DOUBLE_MAX_LENGTH |
#define | NUM(c) |
#define | STR_TO_DEC(str, num) |
#define | FIX_PRECISION(adjust, precision, s, s_len) |
Functions | |
PHPAPI void | php_printf_to_smart_string (smart_string *buf, const char *format, va_list ap) |
PHPAPI void | php_printf_to_smart_str (smart_str *buf, const char *format, va_list ap) |
#define _GNU_SOURCE |
Definition at line 76 of file spprintf.c.
#define EXPONENT_LENGTH 10 |
Definition at line 107 of file spprintf.c.
Definition at line 168 of file spprintf.c.
#define FLOAT_DIGITS 6 |
Definition at line 106 of file spprintf.c.
Definition at line 114 of file spprintf.c.
Definition at line 122 of file spprintf.c.
#define INT_NULL ((int *)0) |
Definition at line 101 of file spprintf.c.
#define LCONV_DECIMAL_POINT (*lconv->decimal_point) |
Definition at line 95 of file spprintf.c.
#define NUL '\0' |
Definition at line 100 of file spprintf.c.
#define NUM | ( | c | ) |
Definition at line 148 of file spprintf.c.
#define NUM_BUF_SIZE ZEND_DOUBLE_MAX_LENGTH |
Definition at line 146 of file spprintf.c.
Definition at line 130 of file spprintf.c.
#define S_NULL "(null)" |
Definition at line 103 of file spprintf.c.
#define S_NULL_LEN 6 |
Definition at line 104 of file spprintf.c.
#define STR_TO_DEC | ( | str, | |
num ) |
Definition at line 150 of file spprintf.c.
Definition at line 782 of file spprintf.c.
PHPAPI void php_printf_to_smart_string | ( | smart_string * | buf, |
const char * | format, | ||
va_list | ap ) |
Definition at line 776 of file spprintf.c.