Home
last modified time | relevance | path

Searched refs:DATE_ATOM (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/date/tests/
H A Dbug36224.phpt2 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 Dbug80913.phpt9 var_dump($date->format(DATE_ATOM));
10 var_dump($_30mbefore->format(DATE_ATOM));
11 var_dump($_30mafter->format(DATE_ATOM));
H A Dbug75851.phpt9 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 Dstrtotime2.phpt10 'DATE_ATOM',
30 DATE_ATOM: OK
H A Dgmdate_variation13.phpt14 'DATE_ATOM Constant' => DATE_ATOM,
37 --DATE_ATOM Constant--
H A Dbug36599.phpt7 echo date( DATE_ATOM, strtotime( "2006-03-03 08:47:55" ) ), "\n";
H A Ddate_constants.phpt7 DATE_ATOM,
28 DATE_ATOM == DateTime::ATOM,
H A DDateTimeImmutable_constants.phpt7 DATE_ATOM === DateTimeImmutable::ATOM,
H A DDateTimeInterface_constants.phpt7 DATE_ATOM === DateTimeInterface::ATOM,
H A DDateTime_constants.phpt7 DATE_ATOM === DateTime::ATOM,
H A Dtest-parse-from-format.phpt6 $formats = array( DATE_ATOM, DATE_COOKIE, DATE_ISO8601, DATE_RFC822,
/PHP-8.3/ext/date/
H A Dphp_date.stub.php9 const DATE_ATOM = "Y-m-d\\TH:i:sP"; define
288 public const ATOM = DATE_ATOM;

Completed in 22 milliseconds