/PHP-7.4/main/ |
H A D | snprintf.c | 374 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp() 479 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2() 1218 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv() 1249 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf() 1265 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf() 1278 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf() 1290 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf() 1299 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf() 1323 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
|
H A D | php_syslog.c | 38 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() 57 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
|
H A D | main.c | 960 PHPAPI size_t php_printf(const char *format, ...) in php_printf() 983 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror() 1179 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref() 1191 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1() 1203 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2() 1255 …int type, const char *error_filename, const uint32_t error_lineno, const char *format, va_list arg… in php_error_cb()
|
H A D | spprintf.c | 818 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string() 824 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
|
/PHP-7.4/Zend/ |
H A D | zend.c | 215 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() 227 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...) /*… in zend_spprintf_unchecked() 239 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf() 258 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() 270 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf_unchecked() 1264 const char *format, va_list args) in zend_error_va_list() 1474 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at() 1487 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error() 1499 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn() 1516 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() [all …]
|
H A D | zend_smart_str.c | 117 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
|
H A D | zend_exceptions.c | 937 …throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{… in zend_throw_exception_ex() 963 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va() 973 …rror_helper(int type, const char *filename, const uint32_t lineno, const char *format, ...) /* {{{… in zend_error_helper()
|
/PHP-7.4/ext/standard/ |
H A D | formatted_print.c | 398 char *format, *temppos, padding; in php_formatted_print() local 670 zval *format, *args; in PHP_FUNCTION() local 691 zval *format, *array, *args; in PHP_FUNCTION() local 716 zval *format, *args; in PHP_FUNCTION() local 740 zval *format, *array, *args; in PHP_FUNCTION() local 766 zval *arg1, *format, *args; in PHP_FUNCTION() local 799 zval *arg1, *format, *array, *args; in PHP_FUNCTION() local
|
H A D | scanf.c | 137 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet() 307 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat() 574 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
|
H A D | datetime.c | 78 char *format; in PHP_FUNCTION() local
|
H A D | pack.c | 234 char *format; in PHP_FUNCTION() local 725 char *format, *input; in PHP_FUNCTION() local
|
/PHP-7.4/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.4/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.4/ext/soap/ |
H A D | php_soap.h | 201 #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.4/sapi/phpdbg/ |
H A D | phpdbg_out.c | 808 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv() 837 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf() 844 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf() 866 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf() 1277 char *format = NULL, *buffer = NULL, *outbuf = NULL; in phpdbg_rlog_internal() local
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gdkanji.c | 57 debug (const char *format,...) in debug() 71 error (const char *format,...) in error()
|
H A D | gd_xbm.c | 164 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 209 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.4/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 70 *format = NULL; in PHP_FUNCTION() local
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_log.c | 107 char format[129]; in fpm_log_write() local
|
/PHP-7.4/sapi/litespeed/ |
H A D | lscriu.c | 356 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error() 409 static void inline LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error()
|
/PHP-7.4/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 61 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.4/ext/date/ |
H A D | php_date.c | 1118 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format() 1281 zend_string *format; in php_date() local 1298 PHPAPI zend_string *php_format_date(char *format, size_t format_len, time_t ts, int localtime) /* {… in php_format_date() 1325 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate() 1440 zend_string *format; in PHP_FUNCTION() local 1666 zend_string *format; in php_strftime() local 3208 zend_string *date, *format; in PHP_FUNCTION() local 3229 char *format; in PHP_FUNCTION() local 4176 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, size_t format_le… in date_interval_initialize() 4560 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() [all …]
|
/PHP-7.4/scripts/dev/ |
H A D | bless_tests.php | 78 function formatToRegex(string $format): string {
|
/PHP-7.4/win32/ |
H A D | winutil.c | 441 static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller, char *format, char … in is_compatible()
|