Searched refs:zend_spprintf_unchecked (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend.h | 244 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...);
|
H A D | zend.c | 227 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked() function
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_stmt.c | 310 int len = zend_spprintf_unchecked(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param()
|
Completed in 17 milliseconds