Home
last modified time | relevance | path

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

123

/php-src/ext/opcache/
H A Dzend_accelerator_debug.c31 static void zend_accel_error_va_args(int type, const char *format, va_list args) in zend_accel_error_va_args()
99 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
107 ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) in zend_accel_error_noreturn()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dprint.c24 lexbor_printf_size(const char *format, ...) in lexbor_printf_size()
37 lexbor_vprintf_size(const char *format, va_list va) in lexbor_vprintf_size()
87 lexbor_sprintf(lxb_char_t *dst, size_t size, const char *format, ...) in lexbor_sprintf()
100 lexbor_vsprintf(lxb_char_t *dst, size_t size, const char *format, va_list va) in lexbor_vsprintf()
/php-src/ext/date/
H A Dphp_date.stub.php104 function date(string $format, ?int $timestamp = null): string {}
106 function idate(string $format, ?int $timestamp = null): int|false {}
109 function gmdate(string $format, ?int $timestamp = null): string {}
125 function strftime(string $format, ?int $timestamp = null): string|false {}
131 function gmstrftime(string $format, ?int $timestamp = null): string|false {}
172 function date_parse_from_format(string $format, string $datetime): array {}
181 function date_format(DateTimeInterface $object, string $format): string {}
317 public function format(string $format): string; argument
381 public function format(string $format): string {} argument
492 public function format(string $format): string {} function in DateTimeImmutable
[all …]
/php-src/main/
H A Dsnprintf.c271 PHPAPI char * php_conv_fp(char format, double num, in php_conv_fp()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
1073 static size_t strx_printv(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1102 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1118 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1129 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1141 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1148 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1172 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dphp_syslog.c87 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
106 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
H A Dmain.c891 PHPAPI size_t php_printf(const char *format, ...) in php_printf()
909 PHPAPI size_t php_printf_unchecked(const char *format, ...) in php_printf_unchecked()
945 … void php_verror(const char *docref, const char *params, int type, const char *format, va_list arg… in php_verror()
1119 #define php_error_docref_impl(docref, type, format) do {\ argument
1126 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) in php_error_docref()
1131 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … in php_error_docref_unchecked()
1139 …D void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...) in php_error_docref1()
1151 …ref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...) in php_error_docref2()
H A Dspprintf.c776 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
782 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/php-src/Zend/
H A Dzend.c344 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf()
1555 const char *format, va_list args) in zend_error_va_list()
1605 int type, zend_string *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1618 #define zend_error_impl(type, format) do { \ argument
1628 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1632 ZEND_API ZEND_COLD void zend_error_unchecked(int type, const char *format, ...) { in zend_error_unchecked()
1637 int type, zend_string *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1653 #define zend_error_noreturn_impl(type, format) do { \ argument
1786 ZEND_API ZEND_COLD void zend_type_error(const char *format, ...) /* {{{ */ in zend_type_error()
1798 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error()
[all …]
/php-src/ext/standard/
H A Dformatted_print.c379 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 Dscanf.c137 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 Ddatetime.c75 char *format; in PHP_FUNCTION() local
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php145 public function format($datetime): string|false {} function in IntlDateFormatter
153 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
H A Ddateformat_format_object.cpp68 *format = NULL; in PHP_FUNCTION() local
/php-src/ext/phar/
H A Dphar_object.stub.php108 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens…
111 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = …
159 public function isFileFormat(int $format): bool {}
249 …ystemIterator::SKIP_DOTS|FilesystemIterator::UNIX_PATHS, ?string $alias = null, int $format = 0) {}
312 …public function convertToExecutable(?int $format = null, ?int $compression = null, ?string $extens…
318 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = …
414 public function isFileFormat(int $format): bool {}
/php-src/ext/mysqli/
H A Dmysqli_exception.c30 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...) in php_mysqli_throw_sql_exception()
/php-src/ext/gd/libgd/
H A Dgdkanji.c57 debug (const char *format,...) in debug()
71 error (const char *format,...) in error()
H A Dgd_xbm.c162 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.h209 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-src/ext/intl/msgformat/
H A Dmsgformat.stub.php20 public function format(array $values): string|false {} function in MessageFormatter
/php-src/ext/soap/
H A Dphp_soap.h200 #define soap_error0(severity, format) \ argument
203 #define soap_error1(severity, format, param1) \ argument
206 #define soap_error2(severity, format, param1, param2) \ argument
209 #define soap_error3(severity, format, param1, param2, param3) \ argument
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c121 char format[129]; in fpm_log_write() local
/php-src/ext/intl/formatter/
H A Dformatter.stub.php200 … public function format(int|float $num, int $type = NumberFormatter::TYPE_DEFAULT): string|false {} function in NumberFormatter
/php-src/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-src/sapi/litespeed/
H A Dlscriu.c356 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error()
409 static inline void LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error()
/php-src/scripts/dev/
H A Dbless_tests.php81 function formatToRegex(string $format): string {

Completed in 69 milliseconds

123