/PHP-7.0/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() 1227 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv() 1258 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf() 1274 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf() 1287 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf() 1299 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf() 1308 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf() 1332 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
|
H A D | spprintf.c | 838 PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ in vspprintf() 865 PHPAPI size_t spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ in spprintf() 877 PHPAPI zend_string *vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in vstrpprintf() 896 PHPAPI zend_string *strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in strpprintf()
|
H A D | php_sprintf.c | 31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
|
H A D | main.c | 708 PHPAPI size_t php_printf(const char *format, ...) in php_printf() 731 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror() 929 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...) in php_error_docref0() 941 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1() 953 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2() 998 …_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list arg… in php_error_cb()
|
/PHP-7.0/Zend/ |
H A D | zend_sprintf.c | 31 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf()
|
H A D | zend.c | 1050 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error() 1294 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error() 1303 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() 1315 ZEND_API ZEND_COLD void zend_throw_error(zend_class_entry *exception_ce, const char *format, ...) /… in zend_throw_error() 1344 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error() 1356 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() 1373 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()
|
H A D | zend_exceptions.c | 689 size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() 701 zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() 968 …throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{… in zend_throw_exception_ex() 993 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() 1003 static void zend_error_helper(int type, const char *filename, const uint lineno, const char *format… in zend_error_helper()
|
H A D | zend_gc.c | 43 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); argument 44 # define GC_TRACE_REF(ref, format, ...) \ argument 52 # define GC_TRACE_REF(ref, format, ...) argument
|
/PHP-7.0/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() 578 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 | 241 char *format; in PHP_FUNCTION() local 723 char *format, *input; in PHP_FUNCTION() local
|
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_debug.c | 31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 817 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() 876 PHPDBG_API int _phpdbg_xml_asprintf(char **buf, const char *format, zend_bool escape_xml, ...) { in _phpdbg_xml_asprintf() 887 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf() 1298 char *format = NULL, *buffer = NULL, *outbuf = NULL; in phpdbg_rlog_internal() local
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_exception.c | 39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...) in php_mysqli_throw_sql_exception()
|
/PHP-7.0/ext/soap/ |
H A D | php_soap.h | 202 #define soap_error0(severity, format) \ argument 205 #define soap_error1(severity, format, param1) \ argument 208 #define soap_error2(severity, format, param1, param2) \ argument 211 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/PHP-7.0/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-7.0/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 201 static inline void DBG_INF_FMT(const char * const format, ...) {} in DBG_INF_FMT() 202 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT() 212 static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} in TRACE_ALLOC_INF_FMT() 213 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-7.0/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 64 *format = NULL; in PHP_FUNCTION() local
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_log.c | 109 char format[129]; in fpm_log_write() local
|
/PHP-7.0/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 60 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT() 61 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT()
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 1079 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format() 1241 char *format; in php_date() local 1256 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime) /* {… in php_format_date() 1283 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate() 1398 char *format; in PHP_FUNCTION() local 1613 char *format; in php_strftime() local 3031 char *date, *format; in PHP_FUNCTION() local 3052 char *format; in PHP_FUNCTION() local 3997 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, size_t format_le… in date_interval_initialize() 4316 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() [all …]
|
/PHP-7.0/ext/intl/doc/ |
H A D | msgfmt_api.php | 36 public function format($args) {} function in MessageFormatter
|
/PHP-7.0/ext/exif/ |
H A D | exif.c | 323 static char *exif_get_tagformat(int format) in exif_get_tagformat() 1151 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data() 1226 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format() 1275 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int() 1354 WORD format; member 1558 …const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...) in exif_error_docref() 1657 …e(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, voi… in exif_iif_add_value() 1789 …g(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, … in exif_iif_add_tag() 2824 int tag, format, components; in exif_process_IFD_TAG() local
|