Lines Matching defs:format

215 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */  in zend_spprintf()
227 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
239 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
258 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
270 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
1264 const char *format, va_list args) in zend_error_va_list()
1474 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1487 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1499 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1516 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1531 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1565 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error()
1594 …void zend_internal_argument_count_error(zend_bool throw_exception, const char *format, ...) /* {{{… in zend_internal_argument_count_error()
1611 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()