Home
last modified time | relevance | path

Searched refs:format (Results 601 – 625 of 681) sorted by relevance

1...<<2122232425262728

/PHP-5.3/ext/shmop/
H A DREADME11 out the format of sysvshm we decided that it would be much easier to
/PHP-5.3/sapi/thttpd/
H A DREADME31 The PATTERN has the same format as defined here:
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp122 ((const MessageFormat*)fmt)->format(fargs, fmt_count, resultStr, fieldPosition, *status); in umsg_format_helper()
/PHP-5.3/ext/date/tests/
H A DDateTime_verify.phpt69 string(6) "format"
H A Ddate_sunrise_variation1.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
17 $format = SUNFUNCS_RET_STRING;
/PHP-5.3/ext/phar/tests/
H A Dphar_convert_again.phpt189 Unknown file format specified, please pass one of Phar::PHAR, Phar::TAR or Phar::ZIP
194 Unknown file format specified, please pass one of Phar::TAR or Phar::ZIP
/PHP-5.3/ext/intl/tests/
H A Ddateformat_format_parse.phpt72 //Test format and parse with a timestamp : long
93 //Test format and parse with a localtime :array
H A Dut_common.inc139 …return $GLOBALS['oo-mode'] ? $fmt->format( $number, $type ) : numfmt_format( $fmt, $number, $type …
297 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
382 return $GLOBALS['oo-mode'] ? $fmt->format( $value ) : datefmt_format( $fmt , $value);
H A Ddateformat_format.phpt83 //Test format with input as a timestamp : integer
99 //Test format with input as a localtime :array
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation55.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
18 Test fscanf() to scan data using different format types and also
/PHP-5.3/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt11 …tion: Converts an (IPv4) Internet network address into a string in Internet standard dotted format
/PHP-5.3/ext/phar/
H A DTODO13 X docs on file format/manifest description [Greg]
94 X make createDefaultStub() setDefaultStub() and have it file format-specific
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt69 // T - gettimeofday() system call, system dependent format
73 …. One reason could be that the test is borked and does not recognize the format of the gettimeofda…
/PHP-5.3/ext/gd/libgd/
H A DREADME36 Portions relating to GD2 format copyright 1999, 2000 Philip Warner.
H A Dgd.h49 void php_gd_error_ex(int type, const char *format, ...);
51 void php_gd_error(const char *format, ...);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation2.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_encode_mimeheader_variation4.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_encode_mimeheader_variation5.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-5.3/ext/standard/
H A Dbasic_functions.c922 ZEND_ARG_INFO(0, format)
1139 ZEND_ARG_INFO(0, format)
1387 ZEND_ARG_INFO(0, format)
1393 ZEND_ARG_INFO(0, format)
1398 ZEND_ARG_INFO(0, format)
1404 ZEND_ARG_INFO(0, format)
1410 ZEND_ARG_INFO(0, format)
1417 ZEND_ARG_INFO(0, format)
1840 ZEND_ARG_INFO(0, format)
1846 ZEND_ARG_INFO(0, format)
[all …]
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt5 Returned locales list is a strings in format of RFC4646 standart (see http://www.rfc-editor.org/rfc…
6 Examle of locales format: 'en_US', 'ru_UA', 'ua_UA' (see http://demo.icu-project.org/icu-bin/locexp…
17 For locale format see RFC4647 standart in ftp://ftp.rfc-editor.org/in-notes/rfc4647.txt
/PHP-5.3/ext/soap/
H A Dsoap.c196 old_error_handler(error_num, error_filename, error_lineno, format, copy); \
202 old_error_handler(error_num, error_filename, error_lineno, format, args); \
2318 call_old_error_handler(error_num, error_filename, error_lineno, format, args);
2355 buffer_len = vslprintf(buffer, sizeof(buffer)-1, format, argcopy);
2358 buffer_len = vslprintf(buffer, sizeof(buffer)-1, format, args);
2378 call_old_error_handler(error_num, error_filename, error_lineno, format, args);
2396 call_old_error_handler(error_num, error_filename, error_lineno, format, args);
2399 call_old_error_handler(error_num, error_filename, error_lineno, format, args);
2439 buffer_len = vslprintf(buffer, sizeof(buffer)-1, format, argcopy);
2442 buffer_len = vslprintf(buffer, sizeof(buffer)-1, format, args);
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt116 …te(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, a…
/PHP-5.3/Zend/
H A Dzend_alloc.c63 void zend_debug_alloc_output(char *format, ...) in zend_debug_alloc_output() argument
68 va_start(args, format); in zend_debug_alloc_output()
69 vsprintf(output_buf, format, args); in zend_debug_alloc_output()
1674 const char *format, in zend_mm_safe_error() argument
1706 format, in zend_mm_safe_error()
1717 format, in zend_mm_safe_error()
H A Dzend_alloc.h151 void zend_debug_alloc_output(char *format, ...);
/PHP-5.3/
H A DREADME.GIT-RULES90 The format of the commit messages is pretty simple.

Completed in 80 milliseconds

1...<<2122232425262728