Home
last modified time | relevance | path

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

1...<<3132

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation3.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-5.5/ext/soap/
H A Dphp_encoding.c63 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo…
2981 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() argument
3006 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY245 first argument of rb_warn() should be format string.
896 2004/09/08: [dist] change mail address format.(kosako AT sofnec ...)
1647 2003/03/12: [spec] change named backref and subexp call format.
/PHP-5.5/
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"
H A Dconfigure.in63 int zend_sprintf(char *buffer, const char *format, ...);
H A DINSTALL1363 If you are using PHP with a web server, the location and format of the
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c129 static string *string_printf(string *str, const char *format, ...) in string_printf() argument
135 va_start(arg, format); in string_printf()
136 len = zend_vspprintf(&s_tmp, 0, format, arg); in string_printf()
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING217 following in the same format as OP_MARK.
H A DNEWS475 the interal format of compiled patterns. Any saved compiled patterns that
H A DREADME111 releases in CHM format. These can be found in the Contrib directory of the FTP
H A DChangeLog3401 pcretest format) are:
3992 (c) I revised the way the table is implemented to a much improved format
4151 retained in the file doc/pcre.txt, which is a concatenation in text format
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1386 result->datafmt[i].format = CS_FMT_NULLTERM; in php_sybase_fetch_result_set()
/PHP-5.5/ext/gd/
H A Dgd.c1090 void php_gd_error_method(int type, const char *format, va_list args) in php_gd_error_method() argument
1094 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_method()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc794 * @return string Arguments in URL format.
/PHP-5.5/ext/spl/
H A Dspl_directory.c2980 ZEND_ARG_INFO(0, format)
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c140 ZEND_ARG_INFO(0, format)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch822 - ** results into true CERN format.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3 text format for ease of searching with a text editor, or for use on systems
142 tions. In the "man" format, each of these is a separate "man page". In
143 the HTML format, each is a separate page, linked from the index page.
144 In the plain text format, the descriptions of the pcregrep and pcretest
3013 section entitled "Studying a pattern" above). The format of the
4033 there are none. The format of the table is described above in the sec-
4434 block format. The initial version was 0; the current version is 2. The
9275 block. Its format is defined in the section on matching a pattern in
/PHP-5.5/build/
H A Dlibtool.m41490 # It is most probably a Windows format PATH printed by
2420 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
/PHP-5.5/ext/date/lib/
H A Dparse_date.c24826 timelib_time *timelib_parse_from_format(char *format, char *string, int len, timelib_error_containe… in timelib_parse_from_format() argument
24828 char *fptr = format; in timelib_parse_from_format()

Completed in 182 milliseconds

1...<<3132