Home
last modified time | relevance | path

Searched defs:format (Results 26 – 50 of 62) sorted by relevance

123

/php-src/ext/date/
H A Dphp_date.c675 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format()
844 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o… in php_format_date_obj()
855 zend_string *format; in php_date() local
899 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate()
1013 zend_string *format; in PHP_FUNCTION() local
1257 zend_string *format; in php_strftime() local
2070 const char *format; in php_timezone_to_string() local
3215 zend_string *date, *format; in PHP_FUNCTION() local
3234 char *format; in PHP_FUNCTION() local
4934 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
[all …]
/php-src/win32/
H A Dwinutil.c442 static zend_always_inline BOOL is_compatible(HMODULE handle, BOOL is_smaller, char *format, char **… in is_compatible()
/php-src/Zend/
H A Dzend_smart_str.c126 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
H A Dzend_exceptions.c854 …throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{… in zend_throw_exception_ex()
881 static void zend_error_va(int type, zend_string *file, uint32_t lineno, const char *format, ...) /*… in zend_error_va()
970 ZEND_NORETURN void zend_exception_uncaught_error(const char *format, ...) { in zend_exception_uncaught_error()
H A Dzend_gc.c94 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); argument
95 # define GC_TRACE_REF(ref, format, ...) \ argument
103 # define GC_TRACE_REF(ref, format, ...) argument
H A Dzend_API.c389 …ument_error_variadic(zend_class_entry *error_ce, uint32_t arg_num, const char *format, va_list va)… in zend_argument_error_variadic()
411 … zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const char *format, ...) /* {{{… in zend_argument_error()
421 ZEND_API ZEND_COLD void zend_argument_type_error(uint32_t arg_num, const char *format, ...) /* {{{ … in zend_argument_type_error()
431 ZEND_API ZEND_COLD void zend_argument_value_error(uint32_t arg_num, const char *format, ...) /* {{{… in zend_argument_value_error()
H A Dzend_execute_API.c233 …end_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format, ...) /* {{{… in zend_throw_or_error()
/php-src/ext/standard/
H A Dpack.c238 char *format; in PHP_FUNCTION() local
710 char *format, *input; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
2134 function strptime(string $timestamp, string $format): array|false {}
H A Durl.c686 bool format = 0; in PHP_FUNCTION() local
H A Dimage.c1101 char format; in php_handle_webp() local
/php-src/ext/exif/
H A Dexif.c272 static char *exif_get_tagformat(int format) in exif_get_tagformat()
1549 char * exif_dump_data(int *dump_free, int format, int components, int motorola_intel, char *value_p… in exif_dump_data()
1624 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format()
1673 static int exif_rewrite_tag_format_to_unsigned(int format) in exif_rewrite_tag_format_to_unsigned()
1708 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int()
1788 WORD format; member
2003 …ocref(const char *docref EXIFERR_DC, image_info_type *ImageInfo, int type, const char *format, ...) in exif_error_docref()
2188 …e(image_info_type *image_info, int section_index, char *name, int tag, int format, int length, voi… in exif_iif_add_value()
2331 …g(image_info_type *image_info, int section_index, char *name, int tag, int format, size_t length, … in exif_iif_add_tag()
3267 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local
/php-src/ext/snmp/
H A Dsnmp.stub.php132 function snmp_set_oid_output_format(int $format): true {}
135 function snmp_set_oid_numeric_print(int $format): true {}
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php427 function formatArray(array $values, int $width, string $format) : string {
/php-src/ext/dom/
H A Ddocument.c1533 int bytes, format, saveempty = 0; in PHP_METHOD() local
1580 int size, format, old_xml_save_no_empty_tags; in dom_document_save_xml() local
2106 int bytes, format; in PHP_METHOD() local
2146 int format; in PHP_METHOD() local
H A Dxml_serializer.c1156 int dom_xml_serialize(xmlSaveCtxtPtr ctxt, xmlOutputBufferPtr out, xmlNodePtr node, bool format) in dom_xml_serialize()
/php-src/ext/spl/
H A Dspl_directory.stub.php286 public function fscanf(string $format, mixed &...$vars): array|int|null {}
/php-src/ext/odbc/
H A Dodbc.stub.php372 function odbc_result_all(Odbc\Result $statement, string $format = ""): int|false {}
/php-src/TSRM/
H A DTSRM.c728 int tsrm_error(int level, const char *format, ...) in tsrm_error()
/php-src/ext/date/lib/
H A Dparse_date.c25028 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format()
25033 timelib_time *timelib_parse_from_format_with_map(const char *format, const char *string, size_t len… in timelib_parse_from_format_with_map()
/php-src/ext/gd/libgd/
H A Dgd.c69 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error()
96 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex()
103 void gd_error(const char *format, ...) in gd_error()
111 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex()
/php-src/ext/phar/
H A Dphar_object.c1114 zend_long format = 0; in PHP_METHOD() local
2340 zend_long format, method; in PHP_METHOD() local
2451 zend_long format, method; in PHP_METHOD() local
/php-src/ext/intl/converter/
H A Dconverter.c50 …_converter_throw_failure(php_converter_object *objval, UErrorCode error, const char *format, ...) { in php_converter_throw_failure()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c606 #define PRINTER(value, format, stype, utype) \ in mprint() argument
/php-src/ext/soap/
H A Dphp_encoding.c2851 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, const char *ext_… in to_xml_datetime_ex()
2934 #define TO_XML_DATETIME_EX_HELPER(type, date, format, ext_date_format, style, parent) \ argument

Completed in 174 milliseconds

123