Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...32

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation44_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
51 foreach($unsigned_formats as $format) {
52 var_dump( sprintf($format, $string_value) );
H A Dsprintf_variation10.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
46 foreach($float_formats as $format) {
48 var_dump( sprintf($format, $int_value) );
H A Dsprintf_variation16.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
43 foreach($string_formats as $format) {
44 var_dump( sprintf($format, $float_value) );
H A Dsprintf_variation3.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
45 foreach($int_formats as $format) {
46 var_dump( sprintf($format, $int_value) );
H A Dprintf_error.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
6 * Description: Produces output according to format .
/PHP-5.5/ext/date/tests/
H A Dbug33869.phpt2 Bug #33869 (strtotime() doesn't parse "+1days" format)
H A Dbug62500.phpt28 string(%s) "DateInterval::__construct(): Unknown or bad format (blah)"
H A Dbug33578.phpt2 Bug #33578 (strtotime() doesn't parse "11 Oct" format")
H A Dbug52342.phpt10 echo $from->format('d.m.Y H:i'), "\n"; //A
/PHP-5.5/ext/pgsql/tests/
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
/PHP-5.5/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt13 //EXPECTF format is quickprint OFF
H A Dipv6.phpt18 //EXPECTF format is quickprint OFF
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h55 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT() argument
56 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT() argument
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt11 /* Testing fputcsv() to write to a file when the field has no CSV format */
13 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
50 // write to a file in csv format
70 *** Testing fputcsv() : with no CSV format in the field ***
H A Dfscanf_variation21.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan float values using different char format types */
15 echo "*** Test fscanf(): different char format types with float values ***\n";
86 *** Test fscanf(): different char format types with float values ***
H A Dfscanf_variation23.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan arrays using different char format types */
15 echo "*** Test fscanf(): different char format types with arrays ***\n";
82 *** Test fscanf(): different char format types with arrays ***
H A Dfscanf_variation28.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan float values using different octal format types */
15 echo "*** Test fscanf(): different octal format types with float values ***\n";
87 *** Test fscanf(): different octal format types with float values ***
H A Dfscanf_variation3.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan float values using different integer format types */
21 echo "*** Test fscanf(): different integer format types with float values ***\n";
88 *** Test fscanf(): different integer format types with float values ***
H A Dfscanf_variation34.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan float values using different hexa format types */
21 echo "*** Test fscanf(): different hexa format types with float values ***\n";
92 *** Test fscanf(): different hexa format types with float values ***
H A Dfscanf_variation40.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan float values using different unsigned format types */
21 echo "*** Test fscanf(): different unsigned format types with float values ***\n";
88 *** Test fscanf(): different unsigned format types with float values ***
H A Dfscanf_variation15.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan float values using different string format types */
15 echo "*** Test fscanf(): different string format types with float values ***\n";
86 *** Test fscanf(): different string format types with float values ***
H A Dfscanf_variation17.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan arrays using different string format types */
15 echo "*** Test fscanf(): different string format types with arrays ***\n";
82 *** Test fscanf(): different string format types with arrays ***
H A Dfscanf_variation46.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan float values using different scientific format types */
15 echo "*** Test fscanf(): different scientific format types with float values ***\n";
82 *** Test fscanf(): different scientific format types with float values ***
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt6 /* Testing fputcsv() to write to a file when the field has no CSV format */
8 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
41 // write to a file in csv format
61 *** Testing fputcsv() : with no CSV format in the field ***

Completed in 38 milliseconds

1...<<11121314151617181920>>...32