Home
last modified time | relevance | path

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

12

/PHP-5.5/main/
H A Dsnprintf.c377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
482 char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, regi… in ap_php_conv_p2()
1209 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1240 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1256 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1269 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1281 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1290 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1314 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dphp_sprintf.c31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dmain.c677 PHPAPI int php_printf(const char *format, ...) in php_printf()
701 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror()
877 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) in php_error_docref0()
889 …_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) in php_error_docref1()
901 … char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
946 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
H A Dspprintf.c812 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf()
834 PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf()
/PHP-5.5/Zend/
H A Dzend_sprintf.c31 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf()
H A Dzend_exceptions.c649 int zend_spprintf(char **message, int max_len, const char *format, ...) /* {{{ */ in zend_spprintf()
851 …_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, const char *format, ...) /* {{{… in zend_throw_exception_ex()
874 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception()
/PHP-5.5/ext/standard/
H A Dscanf.c141 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet()
311 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat()
579 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Ddatetime.c90 char *format; in PHP_FUNCTION() local
H A Dpack.c111 char *format; in PHP_FUNCTION() local
531 char *format, *input, *formatarg, *inputarg; in PHP_FUNCTION() local
H A Durl.c711 long format = 0; local
/PHP-5.5/ext/soap/
H A Dphp_soap.h205 #define soap_error0(severity, format) \ argument
208 #define soap_error1(severity, format, param1) \ argument
211 #define soap_error2(severity, format, param1, param2) \ argument
214 #define soap_error3(severity, format, param1, param2, param3) \ argument
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c59 debug (const char *format,...) in debug()
73 error (const char *format,...) in error()
H A Dxbm.c159 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp64 **format = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.h206 static inline void DBG_INF_FMT(const char * const format, ...) {} in DBG_INF_FMT()
207 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT()
217 static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} in TRACE_ALLOC_INF_FMT()
218 static inline void TRACE_ALLOC_ERR_FMT(const char * const format, ...) {} in TRACE_ALLOC_ERR_FMT()
H A Dmysqlnd_alloc.c615 PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf()
635 PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c109 char format[129]; in fpm_log_write() local
/PHP-5.5/ext/date/
H A Dphp_date.c1059 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) in date_format()
1219 char *format; in php_date() local
1237 PHPAPI char *php_format_date(char *format, int format_len, time_t ts, int localtime TSRMLS_DC) /* {… in php_format_date()
1264 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC) in php_idate()
1378 char *format; in PHP_FUNCTION() local
1631 char *format, *buf; in php_strftime() local
3027 char *date, *format; in PHP_FUNCTION() local
3048 char *format; in PHP_FUNCTION() local
3973 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, int format_lengt… in date_interval_initialize()
4271 static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) in date_interval_format()
[all …]
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h55 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT()
56 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT()
/PHP-5.5/ext/intl/doc/
H A Dmsgfmt_api.php36 public function format($args) {} function in MessageFormatter
H A Ddatefmt_api.php91 public function format($value) {} function in DateFormatter
/PHP-5.5/ext/exif/
H A Dexif.c339 static char *exif_get_tagformat(int format) in exif_get_tagformat()
1167 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data()
1242 static double exif_convert_any_format(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_format()
1291 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_to_int()
1370 WORD format; member
1574 …const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...) in exif_error_docref()
1673 …e(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, voi… in exif_iif_add_value()
1801 …g(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, … in exif_iif_add_tag()
2829 int tag, format, components; in exif_process_IFD_TAG() local
/PHP-5.5/ext/dom/
H A Ddocument.c1758 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local
1807 int size, format, saveempty = 0; in PHP_FUNCTION() local
2287 int file_len, bytes, format; in PHP_FUNCTION() local
2329 int size = 0, format; in PHP_FUNCTION() local

Completed in 112 milliseconds

12