Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 51) sorted by relevance

123

/PHP-7.3/Zend/
H A Dzend.c202 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
214 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked()
226 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
245 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
257 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked()
1169 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1400 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
1409 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1421 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error()
1450 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
[all …]
H A Dzend_sprintf.c29 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf()
H A Dzend_smart_str.c117 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
H A Dzend_exceptions.c933 …throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{… in zend_throw_exception_ex()
959 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va()
969 …rror_helper(int type, const char *filename, const uint32_t lineno, const char *format, ...) /* {{{… in zend_error_helper()
/PHP-7.3/main/
H A Dsnprintf.c379 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
484 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2()
1229 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1260 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1276 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1289 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1301 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1310 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1334 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dphp_syslog.c39 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
58 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
H A Dphp_sprintf.c29 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dmain.c906 PHPAPI size_t php_printf(const char *format, ...) in php_printf()
929 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror()
1127 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...) in php_error_docref0()
1139 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1()
1151 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
1196 …int type, const char *error_filename, const uint32_t error_lineno, const char *format, va_list arg… in php_error_cb()
H A Dspprintf.c828 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
834 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/PHP-7.3/ext/standard/
H A Dscanf.c139 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet()
309 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat()
576 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Ddatetime.c78 char *format; in PHP_FUNCTION() local
H A Dpack.c234 char *format; in PHP_FUNCTION() local
720 char *format, *input; in PHP_FUNCTION() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c817 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv()
846 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf()
853 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf()
875 PHPDBG_API int _phpdbg_xml_asprintf(char **buf, const char *format, zend_bool escape_xml, ...) { in _phpdbg_xml_asprintf()
886 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf()
1297 char *format = NULL, *buffer = NULL, *outbuf = NULL; in phpdbg_rlog_internal() local
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-7.3/ext/mysqli/
H A Dmysqli_exception.c39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...) in php_mysqli_throw_sql_exception()
/PHP-7.3/ext/soap/
H A Dphp_soap.h201 #define soap_error0(severity, format) \ argument
204 #define soap_error1(severity, format, param1) \ argument
207 #define soap_error2(severity, format, param1, param2) \ argument
210 #define soap_error3(severity, format, param1, param2, param3) \ argument
/PHP-7.3/ext/gd/libgd/
H A Dgdkanji.c59 debug (const char *format,...) in debug()
73 error (const char *format,...) in error()
H A Dgd_xbm.c164 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_debug.h209 static inline void DBG_INF_FMT(const char * const format, ...) {} in DBG_INF_FMT()
210 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT()
220 static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} in TRACE_ALLOC_INF_FMT()
221 static inline void TRACE_ALLOC_ERR_FMT(const char * const format, ...) {} in TRACE_ALLOC_ERR_FMT()
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_format_object.cpp70 *format = NULL; in PHP_FUNCTION() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_log.c107 char format[129]; in fpm_log_write() local
/PHP-7.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h61 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT()
62 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT()
/PHP-7.3/ext/date/
H A Dphp_date.c1129 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format()
1292 zend_string *format; in php_date() local
1309 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime) /* {… in php_format_date()
1336 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate()
1451 zend_string *format; in PHP_FUNCTION() local
1678 zend_string *format; in php_strftime() local
3163 zend_string *date, *format; in PHP_FUNCTION() local
3184 char *format; in PHP_FUNCTION() local
4123 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, size_t format_le… in date_interval_initialize()
4489 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
[all …]
/PHP-7.3/sapi/litespeed/
H A Dlscriu.c363 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error()
416 static void inline LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error()
/PHP-7.3/ext/exif/
H A Dexif.c309 static char *exif_get_tagformat(int format) in exif_get_tagformat()
1529 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data()
1604 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format()
1653 static int exif_rewrite_tag_format_to_unsigned(int format) in exif_rewrite_tag_format_to_unsigned()
1667 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int()
1746 WORD format; member
1951 …const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...) in exif_error_docref()
2050 …e(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, voi… in exif_iif_add_value()
2195 …g(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, … in exif_iif_add_tag()
3255 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local

Completed in 109 milliseconds

123