Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-5.6/ext/standard/tests/strings/
H A Dvsprintf_variation8.phpt5 /* Prototype : string vsprintf(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
62 // looping to test vsprintf() with different string formats from the above $format array
H A Dvfprintf_variation6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
64 // looping to test vfprintf() with different float formats from the above $format array
H A Dvprintf_variation10.phpt5 /* Prototype : string vprintf(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
66 // looping to test vprintf() with different char formats from the above $format array
H A Dvprintf_variation12.phpt9 /* Prototype : string vprintf(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
70 // looping to test vprintf() with different octal formats from the above $format array
H A Dvprintf_variation12_64bit.phpt9 /* Prototype : string vprintf(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
70 // looping to test vprintf() with different octal formats from the above $format array
H A Dvprintf_variation16.phpt9 /* Prototype : string vprintf(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
63 // looping to test vprintf() with different unsigned formats from the above $format array
H A Dvprintf_variation16_64bit.phpt9 /* Prototype : string vprintf(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
63 // looping to test vprintf() with different unsigned formats from the above $format array
H A Dvprintf_variation4.phpt9 /* Prototype : string vprintf(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
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvprintf_variation4_64bit.phpt9 /* Prototype : string vprintf(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
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvsprintf_variation12.phpt9 /* Prototype : string vsprintf(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
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation12_64bit.phpt9 /* Prototype : string vsprintf(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
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation16.phpt9 /* Prototype : string vsprintf(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
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation16_64bit.phpt9 /* Prototype : string vsprintf(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
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation4.phpt9 /* Prototype : string vsprintf(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
63 // looping to test vsprintf() with different int formats from the above $format array
H A Dvsprintf_variation4_64bit.phpt9 /* Prototype : string vsprintf(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
63 // looping to test vsprintf() with different int formats from the above $format array
/PHP-5.6/ext/date/tests/
H A DDateInterval_format_a.phpt2 DateInterval::format(), %a
10 if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
20 echo $interval->format('a=%a') . "\n";
H A DDateTime_modify_basic1.phpt6 … the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtot…
20 echo "After modification 1: " . $datetime->format("D, d M Y") . "\n";
23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . $datetime->format("D, d M Y") . "\n";
29 echo "After modification 4: " . $datetime->format("D, d M Y") . "\n";
H A Dbug54597.phpt9 echo $dateObject->format( 'Y' ), "\n";
11 echo $dateObject->format( 'Y' ), "\n";
13 echo $dateObject->format( 'Y' ), "\n";
H A Dexamine_diff.inc21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
41 $start_date = $start->format('Y-m-d H:i:s T');
48 $end_date = $end->format('Y-m-d H:i:s T');
57 $result_spec = $result_interval->format('P%R%yY%mM%dDT%hH%iM%sS');
63 $result_days = $result_interval->format('%a');
69 $result_end_date = $start->format('Y-m-d H:i:s T');
75 $result_start_date = $end->format('Y-m-d H:i:s T');
H A Dbug52454.phpt10 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
11 echo $endOfWeek->format('U')."\n";
16 echo $endOfWeek->format('Y-m-d H:i:s')."\n";
H A Dbug48476.phpt13 var_dump($o->format("d"));
16 var_dump($x->format("d"));
24 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
27 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
H A Dbug50055.phpt10 echo $da1->format( DateTime::ISO8601 ), "\n";
11 echo date_add($da1, $i)->format( DateTime::ISO8601 ), "\n";
18 echo $da2->format( DateTime::ISO8601 ), "\n";
19 echo date_add($da2, $i2)->format( DateTime::ISO8601 ), "\n";//works
H A Dgmdate_variation14.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
14 $format = DATE_ISO8601;
18 var_dump( gmdate($format, $timestamp) );
22 var_dump( gmdate($format, $timestamp) );
H A Didate_variation3.phpt5 /* Prototype : int idate(string format [, int timestamp])
14 $format = 'Y';
19 var_dump( idate($format, $timestamp) );
23 var_dump( idate($format, $timestamp) );
/PHP-5.6/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt15 var_dump($mf->format(array(1.3, 1.3)));
16 var_dump($mf->format(array(1.3, 1.3)));
18 var_dump($mf->format(array(1.3, 1.3)));

Completed in 132 milliseconds

12345678910>>...33