Lines Matching defs:format
188 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
200 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
219 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
1097 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1330 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1339 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1351 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1380 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1392 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error()
1409 …void zend_internal_argument_count_error(zend_bool throw_exception, const char *format, ...) /* {{{… in zend_internal_argument_count_error()
1426 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()