Lines Matching defs:format

243 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */  in zend_spprintf()
255 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
267 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
285 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
297 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
1526 const char *format, va_list args) in zend_error_va_list()
1576 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1589 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1600 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked()
1612 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1628 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1701 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1730 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1742 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error()
1755 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) /* {{{ */ in zend_value_error()
1767 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) /* {{… in zend_output_debug_string()