php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | spprintf zend_spprintf |
#define | strpprintf zend_strpprintf |
#define | vspprintf zend_vspprintf |
#define | vstrpprintf zend_vstrpprintf |
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 spprintf zend_spprintf |
Definition at line 29 of file spprintf.h.
#define strpprintf zend_strpprintf |
Definition at line 30 of file spprintf.h.
#define vspprintf zend_vspprintf |
Definition at line 31 of file spprintf.h.
#define vstrpprintf zend_vstrpprintf |
Definition at line 32 of file spprintf.h.
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.