Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
71 // looping to test vfprintf() with different char formats from the above $format array
H A Dvfprintf_variation12.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
H A Dvfprintf_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
69 // looping to test vfprintf() with different int formats from the above $format array
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
69 // looping to test vfprintf() with different int formats from the above $format array
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vprintf(string $format, array $args)
11 * Test vprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
104 *** Testing vprintf() : with unexpected values for format argument ***
H A Dvprintf_variation14.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vsprintf(string $format, array $args)
11 * Test vsprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dvsprintf_variation14.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
H A Dvfprintf_variation12_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
H A Dvfprintf_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
68 // looping to test vfprintf() with different unsigned formats from the above $format array
H A Dvfprintf_variation16_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
68 // looping to test vfprintf() with different unsigned formats from the above $format array
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
27 // Arrays of non string values for the format defined in $format.
28 // Each sub array contains non string values which correspond to each format in $format
67 // looping to test vfprintf() with different string formats from the above $format array
H A Dvprintf_variation14_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvsprintf_variation14_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
18 var_dump($mf->format(array(7)));
22 Warning: MessageFormatter::format(): Inconsistent types declared for an argument in %s on line %d
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
18 var_dump($mf->format(array("foo" => 7, -1 => "bar")));
22 Warning: MessageFormatter::format(): Found negative or too large array key in %s on line %d
H A Ddateformat_formatObject_error.phpt53 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
56 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
59 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
62 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
65 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
68 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
22 var_dump($mf->format(array($dt)));
/PHP-5.5/ext/date/tests/
H A Dbug39782.phpt8 echo $dttTest->format('D M j Y - H:i:s') . "\n";
11 echo $dttTest->format('D M j Y - H:i:s') . "\n";
14 echo $dttTest->format('D M j Y - H:i:s') . "\n";
H A Didate_basic.phpt5 /* Prototype : int idate(string format [, int timestamp])
14 $format = 'Y';
18 var_dump( idate($format) );
H A Dbug49778.phpt2 Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO strin…
7 echo $i->format("%d"), "\n";
8 echo $i->format("%a"), "\n";
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
20 var_dump($i->format('%s'));
H A Dbug60774.phpt2 Bug #60774 (DateInterval::format("%a") is always zero when an interval is created using the createF…
7 echo $i->format("%d"), "\n";
8 echo $i->format("%a"), "\n";
/PHP-5.5/main/
H A Dsnprintf.c388 if (format == 'F') { in php_conv_fp()
404 if (format == 'F') { in php_conv_fp()
444 if (format != 'F') { in php_conv_fp()
449 *s++ = format; /* either e or E */ in php_conv_fp()
1230 cc = format_converter(&od, format, ap); in strx_printv()
1245 va_start(ap, format); in ap_php_slprintf()
1246 strx_printv(&cc, buf, len, format, ap); in ap_php_slprintf()
1260 strx_printv(&cc, buf, len, format, ap); in ap_php_vslprintf()
1274 va_start(ap, format); in ap_php_snprintf()
1319 va_start(ap, format); in ap_php_asprintf()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception() argument
45 va_start(arg, format); in php_mysqli_throw_sql_exception()
46 vspprintf(&message, 0, format, arg); in php_mysqli_throw_sql_exception()

Completed in 34 milliseconds

12345678910>>...32