Home
last modified time | relevance | path

Searched refs:format (Results 201 – 225 of 768) sorted by relevance

12345678910>>...31

/php-src/ext/intl/tests/
H A Dmsgfmt_format_error6.phpt2 MessageFormatter::format() invalid type for key not in pattern
14 var_dump($mf->format(array("foo" => 'bar', 7 => fopen('php://memory', 'r+'))));
17 Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with k…
H A Dbug69374.phpt2 IntlDateFormatter::formatObject(): returns wrong utf8 value when $format param is utf8 string patte…
10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese
11 $pattern2 = 'y년 MMM'; // yMM format for Korean
H A Ddateformat_create_default.phpt14 echo $fmt->format($ts), "\n";
17 echo $fmt->format($ts), "\n";
20 echo $fmt->format($ts), "\n";
H A Ddateformat_create_default_icu72-1.phpt14 echo $fmt->format($ts), "\n";
17 echo $fmt->format($ts), "\n";
20 echo $fmt->format($ts), "\n";
/php-src/ext/date/tests/
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 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 Dbug75857.phpt11 var_dump($longDate->format('e'));
12 var_dump($mediumDate->format('e'));
13 var_dump($smallDate->format('e'));
H A Dgmdate_variation5.phpt2 Test gmdate() function : usage variation - Passing Week representation to format.
11 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
19 -- Testing gmdate() function with ISO-8601 week number of year format --
H A DDatePeriod_IteratorAggregate.phpt8 echo "$i: ", $date->format('Y-m-d'), "\n";
13 echo "$i: ", $date->format('Y-m-d'), "\n";
21 echo "$i: ", $date->format('Y-m-d'), "\n";
29 echo "$i: ", $date->format('Y-m-d'), "\n";
34 echo "$i: ", $date->format('Y-m-d'), "\n";
44 echo "$i: ", $date->format('Y-m-d'), "\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 Dbug52062.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
18 var_dump($d->format('U'));
25 var_dump($d->format('Y-m-d H:i:s U'));
33 var_dump($i->format('%s'));
H A Dbug50055-002.phpt10 echo $da1->format( DateTime::ISO8601 ), "\n";
11 echo date_add($da1, $i)->format( DateTime::ISO8601 ), "\n";
22 echo $da2->format( DateTime::ISO8601 ), "\n";
23 echo date_add($da2, $i2)->format( DateTime::ISO8601 ), "\n";//works
H A Dbug-gh8964-001.phpt14 echo $expectedLower->format( 'H:i:s.u U' ), "\n";
15 echo $actual ->format( 'H:i:s.u U' ), "\n";
16 echo $expectedUpper->format( 'H:i:s.u U' ), "\n";
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt2 Test sscanf() function : basic functionality - hexadecimal format
6 echo "*** Testing sscanf() : basic functionality - - using hexadecimal format ***\n";
13 // extract details using short format
20 // extract details using long format
28 *** Testing sscanf() : basic functionality - - using hexadecimal format ***
H A Dvprintf_variation12.phpt11 * the '$format' and '$args' arguments of the function
24 // Arrays of non octal values for the format defined in $format.
25 // Each sub array contains non octal values which correspond to each format in $format
65 // looping to test vprintf() with different octal formats from the above $format array
H A Dvprintf_variation4.phpt11 * the '$format' and '$args' arguments of the function
24 // Arrays of non int values for the format defined in $format.
25 // Each sub array contains non int values which correspond to each format in $format
58 // looping to test vprintf() with different int formats from the above $format array
H A Dvprintf_variation4_64bit.phpt11 * the '$format' and '$args' arguments of the function
24 // Arrays of non int values for the format defined in $format.
25 // Each sub array contains non int values which correspond to each format in $format
58 // looping to test vprintf() with different int formats from the above $format array
H A Dvprintf_variation12_64bit.phpt11 * the '$format' and '$args' arguments of the function
24 // Arrays of non octal values for the format defined in $format.
25 // Each sub array contains non octal values which correspond to each format in $format
65 // looping to test vprintf() with different octal formats from the above $format array
H A Dvprintf_variation16.phpt11 * are passed to the '$format' and '$args' arguments of the function
24 // Arrays of signed and other type of values for the format defined in $format.
25 // Each sub array contains signed values which correspond to each format in $format
58 // looping to test vprintf() with different unsigned formats from the above $format array
H A Dvprintf_variation16_64bit.phpt11 * are passed to the '$format' and '$args' arguments of the function
24 // Arrays of signed and other type of values for the format defined in $format.
25 // Each sub array contains signed values which correspond to each format in $format
58 // looping to test vprintf() with different unsigned formats from the above $format array
/php-src/ext/standard/tests/math/
H A Dnumber_format_basic.phpt33 echo "\n number_format tests.....English format\n";
39 echo "\n number_format tests.....French format\n";
45 echo "\n number_format tests.....multichar format\n";
86 number_format tests.....English format
103 number_format tests.....French format
120 number_format tests.....multichar format
/php-src/Zend/tests/type_declarations/variance/internal_parent/
H A Dunresolvable_inheritance_check_return.phpt7 public static function createFromFormat($format, $datetime, $timezone = null): Wrong { }
12 …between Test::createFromFormat($format, $datetime, $timezone = null): Wrong and DateTime::createFr…
H A Dunresolvable_inheritance_check_param.phpt7 …public static function createFromFormat($format, $datetime, ?Wrong $timezone = null): DateTime|fal…
12 …Test::createFromFormat($format, $datetime, ?Wrong $timezone = null): DateTime|false and DateTime::…
/php-src/Zend/
H A Dzend.c307 va_start(arg, format); in zend_spprintf()
319 va_start(arg, format); in zend_spprintf_unchecked()
349 va_start(arg, format); in zend_strpprintf()
361 va_start(arg, format); in zend_strpprintf_unchecked()
1616 va_start(args, format); in zend_error_at()
1649 va_start(args, format); in zend_error_at_noreturn()
1751 va_start(va, format); in zend_throw_error()
1794 va_start(va, format); in zend_type_error()
1806 va_start(va, format); in zend_argument_count_error()
1819 va_start(va, format); in zend_value_error()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_errors.h27 void gd_error(const char *format, ...);
28 void gd_error_ex(int priority, const char *format, ...);

Completed in 60 milliseconds

12345678910>>...31