Home
last modified time | relevance | path

Searched refs:zend_spprintf_unchecked (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/
H A Dzend.h235 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...);
H A Dzend.c214 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked() function
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c310 int len = zend_spprintf_unchecked(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param()

Completed in 32 milliseconds