Searched refs:ISO8601 (Results 1 – 20 of 20) sorted by relevance
/PHP-8.2/ext/date/tests/ |
H A D | bug43452.phpt | 9 echo date( DateTime::ISO8601, $day ), "\n"; 11 echo date( DateTime::ISO8601, $day ), "\n"; 13 echo date( DateTime::ISO8601, $day ), "\n"; 15 echo date( DateTime::ISO8601, $day ), "\n\n"; 19 echo date( DateTime::ISO8601, $day ), "\n"; 21 echo date( DateTime::ISO8601, $day ), "\n"; 23 echo date( DateTime::ISO8601, $day ), "\n"; 31 echo date( DateTime::ISO8601, $day ), "\n"; 33 echo date( DateTime::ISO8601, $day ), "\n"; 35 echo date( DateTime::ISO8601, $day ), "\n"; [all …]
|
H A D | bug42910.phpt | 9 …print $foo->format(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->fo… 10 …print $bar->format(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->fo… 15 …print $foo->format(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->fo… 16 …print $bar->format(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->fo…
|
H A D | bug50055.phpt | 10 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 D | bug51096.phpt | 23 echo '- ', $date->format( DateTime::ISO8601 ); 25 echo ' -> ', $date->format( DateTime::ISO8601 ), "\n\n";
|
H A D | DateTimeImmutable_constants.phpt | 9 DATE_ISO8601 === DateTimeImmutable::ISO8601,
|
H A D | DateTimeInterface_constants.phpt | 9 DATE_ISO8601 === DateTimeInterface::ISO8601,
|
H A D | DateTime_constants.phpt | 9 DATE_ISO8601 === DateTime::ISO8601,
|
H A D | bug41523-64bit.phpt | 12 echo $dt->format( DateTime::ISO8601 ), "\n";
|
H A D | bug41523.phpt | 12 echo $dt->format( DateTime::ISO8601 ), "\n";
|
H A D | date_create-1.phpt | 29 echo $date->format(DateTime::ISO8601), "\n";
|
H A D | DateTime_format_basic2.phpt | 13 var_dump( $date->format( DateTime::ISO8601) ) ;
|
H A D | DatePeriod_serialize-004.phpt | 16 echo $d->format(DateTime::ISO8601), "\n"; 33 echo $d->format(DateTime::ISO8601), "\n";
|
H A D | date_constants.phpt | 30 DATE_ISO8601 == DateTime::ISO8601,
|
H A D | DatePeriod_serialize-002.phpt | 28 echo $d->format(DateTime::ISO8601), "\n";
|
H A D | DatePeriod_serialize-003.phpt | 28 echo $d->format(DateTime::ISO8601), "\n";
|
H A D | bug68549-dst-transition-DateTime-setTimestamp.phpt | 136 … -> %d %s\n", $timezone, $timestamp, $dt->getTimestamp(), $dt->format(DateTimeInterface::ISO8601));
|
H A D | bug68549-dst-transition-DateTime-setTimezone.phpt | 136 … -> %d %s\n", $timezone, $timestamp, $dt->getTimestamp(), $dt->format(DateTimeInterface::ISO8601));
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | bug71062.phpt | 19 $date_string_php_iso8601 = date_create('8 Dec 2015 5:38')->format(DateTime::ISO8601); 25 printf("trying format %s \n", DateTime::ISO8601);
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 292 public const ISO8601 = DATE_ISO8601; define
|
/PHP-8.2/sapi/fpm/ |
H A D | www.conf.in | 345 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t 350 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
Completed in 29 milliseconds