Searched refs:zend_sprintf (Results 1 – 13 of 13) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_sprintf.c | 31 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf() function
|
H A D | zend_config.nw.h | 62 #define zend_sprintf sprintf macro
|
H A D | zend_config.w32.h | 60 #define zend_sprintf sprintf macro
|
H A D | configure.in | 58 int zend_sprintf(char *buffer, const char *format, ...); 60 # define zend_sprintf sprintf
|
H A D | Makefile.am | 15 zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
|
H A D | zend_ini_parser.y | 88 Z_STRLEN_P(result) = zend_sprintf(str_result, "%d", i_result); in zend_ini_do_op()
|
H A D | zend_exceptions.c | 498 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ in _build_trace_args() 509 l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ in _build_trace_args()
|
H A D | Zend.dsp | 238 SOURCE=.\zend_sprintf.c
|
H A D | ZendTS.dsp | 268 SOURCE=.\zend_sprintf.c
|
H A D | zend_compile.c | 148 char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); in build_runtime_defined_function_key()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_bt.c | 104 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ in mysqlnd_build_trace_args() 115 l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ in mysqlnd_build_trace_args()
|
/PHP-5.5/ |
H A D | configure.in | 63 int zend_sprintf(char *buffer, const char *format, ...); 65 # define zend_sprintf sprintf 1486 zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
|
/PHP-5.5/win32/build/ |
H A D | config.w32 | 361 zend_sprintf.c zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c \
|
Completed in 55 milliseconds