/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 7 function date(string $format, ?int $timestamp = null): string {} 9 function idate(string $format, ?int $timestamp = null): int|false {} 11 function gmdate(string $format, ?int $timestamp = null): string {} 23 function strftime(string $format, ?int $timestamp = null): string|false {} 25 function gmstrftime(string $format, ?int $timestamp = null): string|false {} 46 function date_parse_from_format(string $format, string $datetime): array {} 50 function date_format(DateTimeInterface $object, string $format): string {} 123 public function format(string $format); argument 172 public function format(string $format) {} argument 273 public function format(string $format) {} argument [all …]
|
/PHP-8.0/main/ |
H A D | snprintf.c | 369 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp() 474 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2() 1193 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv() 1224 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf() 1240 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf() 1253 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf() 1265 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf() 1274 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf() 1298 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
|
H A D | php_syslog.c | 48 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() 67 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
|
H A D | spprintf.c | 794 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string() 800 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
|
H A D | main.c | 874 PHPAPI size_t php_printf(const char *format, ...) in php_printf() 892 PHPAPI size_t php_printf_unchecked(const char *format, ...) in php_printf_unchecked() 928 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror() 1107 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref() 1119 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1() 1131 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
|
/PHP-8.0/Zend/ |
H A D | zend.c | 224 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() 248 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf() 267 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() 1430 const char *format, va_list args) in zend_error_va_list() 1485 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at() 1498 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error() 1510 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn() 1526 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn() 1576 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error() 1588 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error() [all …]
|
H A D | zend_smart_str.c | 115 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
|
/PHP-8.0/ext/standard/ |
H A D | formatted_print.c | 379 int php_sprintf_get_argnum(char **format, size_t *format_len) { in php_sprintf_get_argnum() 425 php_formatted_print(char *format, size_t format_len, zval *args, int argc, int nb_additional_parame… in php_formatted_print() 761 char *format; in PHP_FUNCTION() local 783 char *format; in PHP_FUNCTION() local 810 char *format; in PHP_FUNCTION() local 835 char *format; in PHP_FUNCTION() local 863 char *format; in PHP_FUNCTION() local 893 char *format; in PHP_FUNCTION() local
|
H A D | scanf.c | 135 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet() 305 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat() 572 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
|
H A D | datetime.c | 75 char *format; in PHP_FUNCTION() local
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 104 public function format($datetime) {} function in IntlDateFormatter 112 public static function formatObject($datetime, $format = null, ?string $locale = null) {}
|
H A D | dateformat_format_object.cpp | 68 *format = NULL; in PHP_FUNCTION() local
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 43 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens… 46 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … 94 public function isFileFormat(int $format) {} 184 …ystemIterator::SKIP_DOTS|FilesystemIterator::UNIX_PATHS, ?string $alias = null, int $format = 0) {} 249 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens… 255 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … 351 public function isFileFormat(int $format) {}
|
/PHP-8.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-8.0/ext/mysqli/ |
H A D | mysqli_exception.c | 30 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...) in php_mysqli_throw_sql_exception()
|
/PHP-8.0/ext/soap/ |
H A D | php_soap.h | 199 #define soap_error0(severity, format) \ argument 202 #define soap_error1(severity, format, param1) \ argument 205 #define soap_error2(severity, format, param1, param2) \ argument 208 #define soap_error3(severity, format, param1, param2, param3) \ argument
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 806 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv() 835 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf() 842 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf() 864 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf() 1275 char *format = NULL, *buffer = NULL, *outbuf = NULL; in phpdbg_rlog_internal() local
|
/PHP-8.0/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 | 162 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_debug.h | 207 static inline void DBG_INF_FMT(const char * const format, ...) {} in DBG_INF_FMT() 208 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT() 218 static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} in TRACE_ALLOC_INF_FMT() 219 static inline void TRACE_ALLOC_ERR_FMT(const char * const format, ...) {} in TRACE_ALLOC_ERR_FMT()
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 19 public function format(array $values) {} function in MessageFormatter
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_log.c | 107 char format[129]; in fpm_log_write() local
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter.stub.php | 19 public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT) {} function in NumberFormatter
|
/PHP-8.0/sapi/litespeed/ |
H A D | lscriu.c | 354 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error() 407 static inline void LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error()
|
/PHP-8.0/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()
|