Home
last modified time | relevance | path

Searched refs:format (Results 526 – 550 of 804) sorted by relevance

1...<<21222324252627282930>>...33

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation4.phpt2 Test getimagesize() function : variation - For shockwave-flash format
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf_error.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
6 * Description: Produces output according to format .
H A Dbug42107.phpt2 Bug #42107 (sscanf() broken when using %2$s type format parameters)
H A Dsprintf_variation18.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
42 foreach($string_formats as $format) {
43 var_dump( sprintf($format, $array_value) );
H A Dsprintf_variation25.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
46 foreach($char_formats as $format) {
47 var_dump( sprintf($format, $string_value) );
H A Dsprintf_variation28.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
52 foreach($octal_formats as $format) {
53 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation28_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
48 foreach($octal_formats as $format) {
49 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation38.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
46 foreach($hexa_formats as $format) {
47 var_dump( sprintf($format, $string_value) );
H A Dsprintf_variation40.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
53 foreach($unsigned_formats as $format) {
54 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation40_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
49 foreach($unsigned_formats as $format) {
50 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation8.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
49 foreach($int_formats as $format) {
50 var_dump( sprintf($format, $string_value) );
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h61 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT() argument
62 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT() argument
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt28 Warning: snmp_set_oid_output_format(): Unknown SNMP output print format '123' in %s on line %d
H A Dsnmp2_getnext.phpt13 //EXPECTF format is quickprint OFF
H A Dsnmpgetnext.phpt13 //EXPECTF format is quickprint OFF
/PHP-7.4/ext/pdo_dblib/tests/
H A Ddatetime_convert.phpt19 // assume default date format: %b %e %Y %I:%M:%S:%z%p
/PHP-7.4/ext/date/tests/
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
H A Dbug61642.phpt17 $header[] = $date->format('Y-m-d D');
31 $line[] = $date->format('Y-m-d D');
H A Ddate_time_immutable.phpt12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n";
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt16 var_dump($mf->format(array(1336310569.123)));
/PHP-7.4/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 ***
/PHP-7.4/sapi/litespeed/
H A Dlscriu.c356 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error() argument
384 va_start(ap, format); in LSCRIU_Restored_Error()
386 vsnprintf(buf, sizeof(buf), format, ap); in LSCRIU_Restored_Error()
409 static void inline LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error() argument
/PHP-7.4/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 ***
/PHP-7.4/ext/phar/tests/
H A Dbug77586.phpt17 …rException: tar-based phar "%s/bug77586.tar" cannot be created, link "%s" is too long for format %s
/PHP-7.4/ext/gd/tests/
H A Dbug75111.phpt21 Warning: imagecreatefromstring(): Passed data is not in 'BMP' format in %s on line %d

Completed in 32 milliseconds

1...<<21222324252627282930>>...33