Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 51 – 75 of 82) sorted by last modified time

1234

/php-src/ext/date/tests/
H A Dbug78751.phpt2 Bug #78751 (Serialising DatePeriod converts DateTimeImmutable)
5 $oDay = new DateTimeImmutable('2019-10-25');
10 $oDays->start instanceof DateTimeImmutable,
11 $oDays->end instanceof DateTimeImmutable
H A Dbug79716.phpt5 $datetime = new \DateTimeImmutable(
14 object(DateTimeImmutable)#%d (%d) {
H A Dbug80047.phpt2 Bug #80047: DatePeriod doesn't support custom DateTimeImmutable
8 class CustomDateTimeImmutable extends DateTimeImmutable {}
11 $dti = new DateTimeImmutable('2022-06-24');
36 DateTimeImmutable
37 DateTimeImmutable
38 DateTimeImmutable
39 DateTimeImmutable
H A Dbug80057.phpt2 Bug #80057 (DateTimeImmutable::createFromFormat() does not populate time)
5 $now = new DateTimeImmutable;
6 $parsed = DateTimeImmutable::createFromFormat('Y-m-d', '2020-09-04');
H A Dbug81106.phpt8 echo (new DateTimeImmutable('2000-01-01 00:00:00'))->add($dateInterval)->format('Y-m-d H:i:s.u');
H A Ddate_period-immutable.phpt6 $db1 = new DateTimeImmutable( '2008-01-01' );
28 DateTimeImmutable
33 DateTimeImmutable
38 DateTimeImmutable
H A Ddate_time_fractions.phpt15 $dt = new DateTimeImmutable( "2016-10-03 12:47:18.819210" );
18 $dt = new DateTimeImmutable( "2016-10-03 12:47:18.081921" );
24 $dt = new DateTimeImmutable( "2016-10-03 12:47:18.081921" );
27 $dt = new DateTimeImmutable( "2016-10-03 12:47:18.081921" );
30 $dt = new DateTimeImmutable( "2016-10-03 12:47:18.081921" );
35 $dt1 = new DateTimeImmutable( "2016-10-03 13:20:07.103123" );
36 $dt2 = new DateTimeImmutable( "2016-10-03 13:20:07.481312" );
H A Ddate_time_immutable-inherited.phpt2 Tests for DateTimeImmutable.
H A Ddate_time_immutable.phpt2 Tests for DateTimeImmutable.
56 $v = new DateTimeImmutable($current);
H A Ddate_time_immutable001.phpt2 DateTimeImmutable - invalid arguments
H A Dbug60302-002.phpt2 Test for bug #60302: DateTimeImmutable::createFromFormat should new static(), not new self()
6 class MyDateTime extends DateTimeImmutable { }
H A Dbug63740.phpt21 $dt = new DateTimeImmutable( "$date 00:00 UTC" );
H A Dbug64887.phpt25 $datetime = new DateTimeImmutable( "2016-10-07 13:25:50" );
H A Dbug65502.phpt2 Test for bug #65502: DateTimeImmutable::createFromFormat returns DateTime
9 echo get_class(DateTimeImmutable::createFromFormat('j-M-Y', '12-Sep-2013'));
12 DateTimeImmutable
H A Dbug65548.phpt2 Test for bug #65548: Comparison for DateTimeImmutable doesn't work
9 $iToday = new DateTimeImmutable('today');
10 $iTomorrow = new DateTimeImmutable('tomorrow');
H A Dbug68669.phpt8 var_dump(DateTimeImmutable::createFromFormat('Y/m/d H:i:s', '1995/06/08 12:34:56', null));
19 object(DateTimeImmutable)#1 (3) {
H A Dbug71635.phpt6 $period = new DatePeriod(new DateTimeImmutable("now"), new DateInterval("P2Y4DT6H8M"), 2);
H A Dbug72719.phpt5 echo (new DateTimeImmutable('Monday next week 13:00'))->format('l'), "\n";
6 echo (new DateTimeImmutable('Tuesday next week 14:00'))->format('l'), "\n";
7 echo (new DateTimeImmutable('Wednesday next week 14:00'))->format('l'), "\n";
8 echo (new DateTimeImmutable('Thursday next week 15:00'))->format('l'), "\n";
9 echo (new DateTimeImmutable('Friday next week 16:00'))->format('l'), "\n";
10 echo (new DateTimeImmutable('Saturday next week 17:00'))->format('l'), "\n";
11 echo (new DateTimeImmutable('Sunday next week 18:00'))->format('l'), "\n";
H A Dbug72963.phpt23 $d2 = DateTimeImmutable::createFromFormat('!m/d/Y', $string);
48 object(DateTimeImmutable)#2 (3) {
88 DateTimeImmutable::createFromFormat(): Argument #2 ($datetime) must not contain any null bytes
H A Dbug74173.phpt2 Bug #74173 (DateTimeImmutable::getTimestamp() triggers DST switch in incorrect time)
5 $utc = new \DateTimeImmutable('2016-10-30T00:00:00+00:0');
H A Dbug74652.phpt19 $dt = new DateTimeImmutable( $format );
H A Dbug-gh8964-001.phpt7 $actual = new DateTimeImmutable("2022-07-21 15:00:10");
H A Dbug-gh8964-002.phpt9 $actual = new DateTimeImmutable("2022-07-21 15:00:10");
H A Dbug-gh9106.phpt8 $start = new \DateTimeImmutable("2020-01-01 00:00:00 UTC");
H A DDateInterval_serialize-001.phpt23 $now = new DateTimeImmutable("2022-04-22 16:25:11 BST");
108 object(DateTimeImmutable)#4 (3) {
116 object(DateTimeImmutable)#4 (3) {

Completed in 43 milliseconds

1234