Searched refs:DATE_ATOM (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/date/tests/ |
H A D | bug36224.phpt | 2 Bug #36224 (date(DATE_ATOM) gives wrong resulsts) 7 echo date(DATE_ATOM, strtotime('2006-01-31T19:23:56Z')) . "\n"; 8 echo date(DATE_ATOM, strtotime('2006-01-31T19:23:56')) . "\n";
|
H A D | bug80913.phpt | 9 var_dump($date->format(DATE_ATOM)); 10 var_dump($_30mbefore->format(DATE_ATOM)); 11 var_dump($_30mafter->format(DATE_ATOM));
|
H A D | bug75851.phpt | 9 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", PHP_INT_MIN); 10 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", 67767976233532799); 11 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", 67767976233532800); 12 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", PHP_INT_MAX);
|
H A D | strtotime2.phpt | 10 'DATE_ATOM', 30 DATE_ATOM: OK
|
H A D | gmdate_variation13.phpt | 14 'DATE_ATOM Constant' => DATE_ATOM, 37 --DATE_ATOM Constant--
|
H A D | bug36599.phpt | 7 echo date( DATE_ATOM, strtotime( "2006-03-03 08:47:55" ) ), "\n";
|
H A D | date_constants.phpt | 7 DATE_ATOM, 28 DATE_ATOM == DateTime::ATOM,
|
H A D | DateTimeImmutable_constants.phpt | 7 DATE_ATOM === DateTimeImmutable::ATOM,
|
H A D | DateTimeInterface_constants.phpt | 7 DATE_ATOM === DateTimeInterface::ATOM,
|
H A D | DateTime_constants.phpt | 7 DATE_ATOM === DateTime::ATOM,
|
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 | 9 const DATE_ATOM = "Y-m-d\\TH:i:sP"; define 288 public const ATOM = DATE_ATOM;
|
Completed in 20 milliseconds