/PHP-5.6/main/ |
H A D | snprintf.c | 377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp() 482 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… 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 D | php_sprintf.c | 31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
|
H A D | spprintf.c | 812 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()
|
H A D | main.c | 747 PHPAPI int php_printf(const char *format, ...) in php_printf() 771 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror() 960 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) in php_error_docref0() 972 …_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) in php_error_docref1() 984 … char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2() 1029 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
|
/PHP-5.6/Zend/ |
H A D | zend_sprintf.c | 31 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf()
|
H A D | zend_exceptions.c | 658 int zend_spprintf(char **message, int max_len, const char *format, ...) /* {{{ */ in zend_spprintf() 875 …_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, const char *format, ...) /* {{{… in zend_throw_exception_ex() 898 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_debug.c | 31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_exception.c | 39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception()
|
/PHP-5.6/ext/standard/ |
H A D | scanf.c | 141 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 D | datetime.c | 90 char *format; in PHP_FUNCTION() local
|
H A D | pack.c | 118 char *format; in PHP_FUNCTION() local 579 char *format, *input, *formatarg, *inputarg; in PHP_FUNCTION() local
|
/PHP-5.6/ext/soap/ |
H A D | php_soap.h | 205 #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.6/ext/gd/libgd/ |
H A D | gdkanji.c | 59 debug (const char *format,...) in debug() 73 error (const char *format,...) in error()
|
H A D | xbm.c | 159 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
|
/PHP-5.6/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 64 **format = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 206 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 D | mysqlnd_alloc.c | 615 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.6/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 227 PHPDBG_API int phpdbg_print(int type TSRMLS_DC, FILE *fp, const char *format, ...) /* {{{ */ in phpdbg_print() 305 char *format = NULL, *buffer = NULL; in phpdbg_rlog() local
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_log.c | 109 char format[129]; in fpm_log_write() local
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 55 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.6/ext/intl/doc/ |
H A D | msgfmt_api.php | 36 public function format($args) {} function in MessageFormatter
|
/PHP-5.6/ext/date/ |
H A D | php_date.c | 1067 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) in date_format() 1227 char *format; in php_date() local 1245 PHPAPI char *php_format_date(char *format, int format_len, time_t ts, int localtime TSRMLS_DC) /* {… in php_format_date() 1272 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC) in php_idate() 1386 char *format; in PHP_FUNCTION() local 1639 char *format, *buf; in php_strftime() local 3056 char *date, *format; in PHP_FUNCTION() local 3077 char *format; in PHP_FUNCTION() local 4008 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, int format_lengt… in date_interval_initialize() 4306 static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) in date_interval_format() [all …]
|
/PHP-5.6/sapi/phpdbg/tests/ |
H A D | run-tests.php | 321 private static $format = array( variable in phpdbg\\testing\\Test
|
/PHP-5.6/ext/exif/ |
H A D | exif.c | 329 static char *exif_get_tagformat(int format) in exif_get_tagformat() 1157 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data() 1232 static double exif_convert_any_format(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_format() 1281 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_to_int() 1360 WORD format; member 1564 …const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...) in exif_error_docref() 1663 …e(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, voi… in exif_iif_add_value() 1795 …g(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, … in exif_iif_add_tag() 2835 int tag, format, components; in exif_process_IFD_TAG() local
|
/PHP-5.6/ext/dom/ |
H A D | document.c | 1697 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local 1746 int size, format, saveempty = 0; in PHP_FUNCTION() local 2226 int file_len, bytes, format; in PHP_FUNCTION() local 2268 int size = 0, format; in PHP_FUNCTION() local
|