Searched refs:zend_sprintf (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_sprintf.c | 29 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf() function
|
H A D | zend_config.nw.h | 60 #define zend_sprintf sprintf macro
|
H A D | zend_config.w32.h | 57 #define zend_sprintf sprintf macro
|
H A D | configure.ac | 54 int zend_sprintf(char *buffer, const char *format, ...); 56 # define zend_sprintf sprintf
|
H A D | Makefile.am | 15 zend_list.c zend_builtin_functions.c zend_sprintf.c \
|
H A D | zend_ini_parser.y | 98 str_len = zend_sprintf(str_result, "%d", i_result); in zend_ini_do_op()
|
H A D | zend_compile.c | 136 size_t char_pos_len = zend_sprintf(char_pos_buf, "%p", lex_pos); in zend_build_runtime_definition_key() 6333 size_t char_pos_len = zend_sprintf(char_pos_buf, "%p", lex_pos); in zend_generate_anon_class_name()
|
/PHP-7.3/win32/build/ |
H A D | config.w32 | 235 zend_sprintf.c zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
|
/PHP-7.3/ |
H A D | configure.ac | 63 int zend_sprintf(char *buffer, const char *format, ...); 65 # define zend_sprintf sprintf 1539 zend_list.c zend_builtin_functions.c zend_sprintf.c \
|
Completed in 37 milliseconds