Home
last modified time | relevance | path

Searched refs:format (Results 626 – 650 of 681) sorted by relevance

1...<<2122232425262728

/PHP-5.3/ext/date/lib/
H A Dparse_date.re976 /* Timestamp format: @1126396800 */
1641 /* to handle the format weekday + last/this/next week */
1893 timelib_time *timelib_parse_from_format(char *format, char *string, int len, timelib_error_containe…
1895 char *fptr = format;
1924 /* Loop over the format string */
2150 case '+': /* allow extra chars in the format */
2156 add_pbf_error(s, "The format separator does not match", string, begin);
/PHP-5.3/ext/gd/libgd/
H A Dgd.c101 void php_gd_error_ex(int type, const char *format, ...) in php_gd_error_ex() argument
107 va_start(args, format); in php_gd_error_ex()
108 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_ex()
112 void php_gd_error(const char *format, ...) in php_gd_error() argument
118 va_start(args, format); in php_gd_error()
119 php_verror(NULL, "", E_WARNING, format, args TSRMLS_CC); in php_gd_error()
H A Dgdft.c1092 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c194 const char *format, ...) in MYSQLND_METHOD()
269 va_start(args, format); in MYSQLND_METHOD()
270 vspprintf(&buffer, 0, format, args); in MYSQLND_METHOD()
/PHP-5.3/ext/date/tests/
H A Ddate_sunrise_variation6.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunrise_variation3.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunrise_variation4.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunrise_variation5.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunset_variation1.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation4.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation6.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation3.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation5.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
/PHP-5.3/ext/standard/
H A Dstring.c4983 char *str, *format; local
4986 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss*", &str, &str_len, &format, &format_len,
4991 result = php_sscanf_internal(str, format, num_args, args, 0, &return_value TSRMLS_CC);
5160 char *format, *str, *p, *e; local
5164 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sd", &format, &format_len, &value) == FAILUR…
5168 p = format;
5184 if ((str_len = strfmon(str, str_len, format, value)) < 0) {
H A Dfile.c1220 char *buf, *format; in PHP_FUNCTION() local
1224 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs*", &file_handle, &format, &format_len, &a… in PHP_FUNCTION()
1248 result = php_sscanf_internal(buf, format, argc, args, 0, &return_value TSRMLS_CC); in PHP_FUNCTION()
H A Durl_scanner_ex.re127 /* Don't modify URLs of the format "#mark" */
H A Dconfig.m4532 int strptime(const char *s, const char *format, struct tm *tm);
/PHP-5.3/
H A DREADME.STREAMS59 REPORT_ERRORS - show errors in a standard format if something
353 /* we could do something strange, like format the data as XML here,
H A DREADME.TESTING161 script with following format. Please test the script and make sure
H A DNEWS802 format). (Derick)
1108 . Fixed bug #54121 (error message format string typo). (Ilia)
1217 . Added xml format to the status page. (fat)
1408 . Fixed bug #53541 (format string bug in ext/phar).
1416 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
2264 format character). (Ilia)
2955 - Added icon format support to getimagesize(). (Scott)
4141 - Added missing format validator to unpack() function. (Ilia)
5590 - Added support for exif date format in strtotime(). (Derick)
5710 - Fixed bug #36599 (DATE_W3C format constant incorrect). (Derick)
[all …]
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c47 static void php_sqlite3_error(php_sqlite3_db_object *db_obj, char *format, ...) in php_sqlite3_error() argument
53 va_start(arg, format); in php_sqlite3_error()
54 vspprintf(&message, 0, format, arg); in php_sqlite3_error()
/PHP-5.3/ext/standard/tests/file/
H A Dfputcsv_variation14.phpt66 // 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
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja212 if you prefer to spit out anything in raw binary format, your data
619 MIME encode the string in the format of =?ISO-2022-JP?B?[string]?=.

Completed in 177 milliseconds

1...<<2122232425262728