Searched refs:DATE_RFC822 (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/date/tests/ |
H A D | bug40743.phpt | 6 echo $dt->format(DATE_RFC822), "\n"; 13 echo $dt->format(DATE_RFC822 . " e T O U"), "\n"; 16 echo $dt->format(DATE_RFC822 . " e T O U"), "\n"; 20 echo $dt->format(DATE_RFC822 . " e T O U"), "\n"; 23 echo $dt->format(DATE_RFC822 . " e T O U"), "\n"; 26 echo $dt->format(DATE_RFC822 . " e T O U"), "\n"; 29 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
|
H A D | bug37616.phpt | 2 Bug #37616 (DATE_RFC822 does not product RFC 822 dates) 6 var_dump(date(DATE_RFC822, strtotime("1 Jul 06 14:27:30 +0200")));
|
H A D | strtotime2.phpt | 13 'DATE_RFC822', 33 DATE_RFC822: OK
|
H A D | gmdate_variation13.phpt | 16 'DATE_RFC822 Constant' => DATE_RFC822, 45 --DATE_RFC822 Constant--
|
H A D | date_constants.phpt | 10 DATE_RFC822, 31 DATE_RFC822 == DateTime::RFC822,
|
H A D | DateTimeImmutable_constants.phpt | 10 DATE_RFC822 === DateTimeImmutable::RFC822,
|
H A D | DateTimeInterface_constants.phpt | 10 DATE_RFC822 === DateTimeInterface::RFC822,
|
H A D | DateTime_constants.phpt | 10 DATE_RFC822 === DateTime::RFC822,
|
H A D | test-parse-from-format.phpt | 6 $formats = array( DATE_ATOM, DATE_COOKIE, DATE_ISO8601, DATE_RFC822,
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 33 const DATE_RFC822 = "D, d M y H:i:s O"; define 296 public const RFC822 = DATE_RFC822;
|
Completed in 16 milliseconds