Home
last modified time | relevance | path

Searched refs:format (Results 776 – 800 of 804) sorted by relevance

1...<<313233

/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation8.phpt60 // write to a file in csv format
H A Dfputcsv_variation11.phpt57 // write to a file in csv format
H A Dfputcsv_variation12.phpt58 // write to a file in csv format
H A Dfputcsv_variation14.phpt66 // write to a file in csv format
H A Dfputcsv_variation2.phpt57 // write to a file in csv format
H A Dfputcsv_variation3.phpt57 // write to a file in csv format
H A Dfputcsv_variation4.phpt57 // write to a file in csv format
H A Dfputcsv_variation13.phpt58 // write to a file in csv format
H A Dfputcsv_variation9.phpt58 // write to a file in csv format
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c1165 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
/PHP-7.4/ext/standard/html_tables/mappings/
H A DKOI8-R.TXT5 # Table format: Format A
/PHP-7.4/
H A DUPGRADING.INTERNALS79 ZEND_PROP_PURPOSE_SERIALIZE // "O"-format serialization (__wakeup)
H A DNEWS1113 . Fixed bug #79212 (NumberFormatter::format() may detect wrong type). (cmb)
1288 . Implemented FR #78912 (INTL Support for accounting format). (cmb)
2083 . Fixed bug #77794 (Incorrect Date header format in built-in server).
2565 . Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
2705 . Fixed bug #74243 (allow locales.conf to drive datetime format). (fandrieu)
H A DCONTRIBUTING.md378 The format of the commit messages is pretty simple.
H A DREADME.REDIST.BINS496 * Portions relating to GD2 format copyright 1999, 2000, 2001, 2002,
/PHP-7.4/ext/ffi/
H A Dffi.c3460 static void zend_ffi_throw_parser_error(const char *format, ...) /* {{{ */ in zend_ffi_throw_parser_error() argument
3465 va_start(va, format); in zend_ffi_throw_parser_error()
3466 zend_vspprintf(&message, 0, format, va); in zend_ffi_throw_parser_error()
5325 void zend_ffi_parser_error(const char *format, ...) /* {{{ */
5330 va_start(va, format);
5331 zend_vspprintf(&message, 0, format, va);
6487 _(format) \
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c186 const int format; member
386 file_formats[p->type] = p->format; in init_file_tables()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re198 /* Don't modify URLs of the format "#mark" */
/PHP-7.4/ext/soap/
H A Dphp_encoding.c62 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo…
2834 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() argument
2859 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex()
/PHP-7.4/build/
H A Dltmain.sh3736 $echo "*** with $libname and none of the candidates passed a file format test"
3788 $echo "*** with $libname and none of the candidates passed a file format test"
/PHP-7.4/ext/gd/
H A Dgd.c1078 void php_gd_error_method(int type, const char *format, va_list args) in php_gd_error_method() argument
1095 php_verror(NULL, "", type, format, args); in php_gd_error_method()
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc794 * @return string Arguments in URL format.
/PHP-7.4/ext/spl/
H A Dspl_directory.c3071 ZEND_ARG_INFO(0, format)
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c138 ZEND_ARG_INFO(0, format)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…

Completed in 129 milliseconds

1...<<313233