Lines Matching defs:format

224 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */  in zend_spprintf()
236 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
248 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
267 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
279 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
1430 const char *format, va_list args) in zend_error_va_list()
1485 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1498 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1510 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1526 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1547 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1576 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1588 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error()
1601 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) /* {{{ */ in zend_value_error()
1613 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()