Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 1 – 25 of 67) sorted by relevance

123

/PHP-8.2/ext/date/tests/
H A DDateTimeImmutable_constants.phpt2 DateTimeImmutable constants
7 DATE_ATOM === DateTimeImmutable::ATOM,
8 DATE_COOKIE === DateTimeImmutable::COOKIE,
9 DATE_ISO8601 === DateTimeImmutable::ISO8601,
10 DATE_RFC822 === DateTimeImmutable::RFC822,
11 DATE_RFC850 === DateTimeImmutable::RFC850,
12 DATE_RFC1036 === DateTimeImmutable::RFC1036,
13 DATE_RFC1123 === DateTimeImmutable::RFC1123,
14 DATE_RFC2822 === DateTimeImmutable::RFC2822,
16 DATE_RSS === DateTimeImmutable::RSS,
[all …]
H A DDateTimeImmutable_createFromInterface-001.phpt2 Tests for DateTimeImmutable::createFromInterface
9 $i = DateTimeImmutable::createFromInterface( date_create( $current ) );
12 $i = DateTimeImmutable::createFromInterface( date_create_immutable( $current ) );
17 $i = DateTimeImmutable::createFromInterface( date_create( $current ) );
25 $i = DateTimeImmutable::createFromInterface( date_create( $current ) );
32 object(DateTimeImmutable)#%d (3) {
40 object(DateTimeImmutable)#%d (3) {
48 object(DateTimeImmutable)#%d (3) {
56 object(DateTimeImmutable)#%d (3) {
64 object(DateTimeImmutable)#%d (3) {
[all …]
H A DDateTimeImmutable_createFromMutable-001.phpt2 Tests for DateTimeImmutable::createFromMutable
9 $i = DateTimeImmutable::createFromMutable( date_create( $current ) );
13 DateTimeImmutable::createFromMutable( date_create_immutable( $current ) );
19 object(DateTimeImmutable)#%d (3) {
27 DateTimeImmutable::createFromMutable(): Argument #1 ($object) must be of type DateTime, DateTimeImm…
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 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 DDateTimeImmutable_serialization.phpt2 Test DateTimeImmutable::__serialize and DateTimeImmutable::__unserialize
8 $d = new DateTimeImmutable("2022-04-14 11:27:42");
24 $d = new DateTimeImmutable;
55 object(DateTimeImmutable)#%d (%d) {
66 string(135) "O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 11:27:42.000000";s:13:"timezon…
70 object(DateTimeImmutable)#%d (%d) {
92 object(DateTimeImmutable)#%d (%d) {
103 object(DateTimeImmutable)#%d (%d) {
111 object(DateTimeImmutable)#%d (%d) {
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 DDateTimeImmutable_createFromMutable-002.phpt2 Tests for inherited DateTimeImmutable::createFromMutable
7 class MyDateTimeImmutable extends DateTimeImmutable {}
29 DateTimeImmutable::createFromMutable(): Argument #1 ($object) must be of type DateTime, DateTimeImm…
H A Dgh9866.phpt6 \DateTimeImmutable $startDate,
7 \DateTimeImmutable $endDate,
13 $start = new \DateTimeImmutable('2000-11-01 09:29:22.907606', new \DateTimeZone('America/Chicago'));
14 $end = new \DateTimeImmutable('2022-06-06 11:00:00.000000', new \DateTimeZone('America/New_York'));
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 DDateTimeImmutable_modify_invalid_format.phpt2 DateTimeImmutable::modify() with invalid format
6 $datetime = new DateTimeImmutable;
11 Warning: DateTimeImmutable::modify(): Failed to parse time string () at position 0 ( in %s on line …
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 Dgh9699.phpt2 Bug GH-9699 (DateTimeImmutable::diff differences in 8.1.10 onwards - timezone related)
6 $date = new DateTimeImmutable('2022-10-09 02:41:54.515330', new DateTimeZone('America/Los_Angeles')…
7 $now = new DateTimeImmutable('2022-10-10 08:41:54.534620', new DateTimeZone('UTC'));
H A Dbug-gh8471.phpt9 $immutable = \DateTimeImmutable::createFromMutable($mutable);
19 $immutable = \DateTimeImmutable::createFromInterface($mutable);
25 $reflection = new ReflectionClass('\DateTimeImmutable');
35 $reflection = new ReflectionClass('\DateTimeImmutable');
49 The DateTimeImmutable object has not been correctly initialized by its constructor
H A Dgh10747-4.phpt22 $i = new I(new DateTimeImmutable('2023-03-03 16:24'), DateInterval::createFromDateString('+1 hour')…
31 object(DateTimeImmutable)#5 (3) {
42 object(DateTimeImmutable)#6 (3) {
88DateTimeImmutable":3:{s:4:"date";s:26:"2023-03-03 16:24:00.000000";s:13:"timezone_type";i:3;s:8:"t…
91 object(DateTimeImmutable)#9 (3) {
102 object(DateTimeImmutable)#10 (3) {
H A DDatePeriod_serialize-002.phpt7 $s = new DateTimeImmutable("1978-12-22 09:15:00 Europe/Amsterdam");
8 $e = new DateTimeImmutable("2022-04-29 15:51:56 Europe/London");
35 object(DateTimeImmutable)#%d (%d) {
46 object(DateTimeImmutable)#%d (%d) {
87DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-22 09:15:00.000000";s:13:"timezone_type";i:3;s:8:"t…
93 object(DateTimeImmutable)#%d (%d) {
104 object(DateTimeImmutable)#%d (%d) {
147 object(DateTimeImmutable)#%d (%d) {
158 object(DateTimeImmutable)#%d (%d) {
H A DDatePeriod_serialize-003.phpt7 $s = new DateTimeImmutable("1978-12-22 09:15:00 Europe/Amsterdam");
8 $e = new DateTimeImmutable("2022-04-29 15:51:56 Europe/London");
35 object(DateTimeImmutable)#%d (%d) {
46 object(DateTimeImmutable)#%d (%d) {
87DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-22 09:15:00.000000";s:13:"timezone_type";i:3;s:8:"t…
93 object(DateTimeImmutable)#%d (%d) {
104 object(DateTimeImmutable)#%d (%d) {
147 object(DateTimeImmutable)#%d (%d) {
158 object(DateTimeImmutable)#%d (%d) {
H A DDateTimeImmutable_set_state.phpt2 Test __set_state magic method for recreating a DateTimeImmutable object
8 $datettimeObject = new DateTimeImmutable('2017-10-06 23:30:00', new DateTimezone('UTC'));
18 object(DateTimeImmutable)#%d (3) {
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 Dbug81263.phpt2 Bug #81263 (Wrong result from DateTimeImmutable::diff)
6 $dt1 = new DateTimeImmutable('2020-07-19 18:30:00', new DateTimeZone('Europe/Berlin'));
7 $dt2 = new DateTimeImmutable('2020-07-19 16:30:00', new DateTimeZone('UTC'));
H A Ddate_period-immutable.phpt6 $db1 = new DateTimeImmutable( '2008-01-01' );
28 DateTimeImmutable
33 DateTimeImmutable
38 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 DDatePeriod_serialize-004.phpt7 $s = new DateTimeImmutable("1978-12-22 09:15:00 Europe/Amsterdam");
40 object(DateTimeImmutable)#%d (%d) {
95DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-22 09:15:00.000000";s:13:"timezone_type";i:3;s:8:"t…
101 object(DateTimeImmutable)#%d (%d) {
110 object(DateTimeImmutable)#%d (%d) {
155 object(DateTimeImmutable)#%d (%d) {
164 object(DateTimeImmutable)#%d (%d) {
/PHP-8.2/ext/intl/tests/
H A Ddateformat_format_relative.phpt30 function printFormat(int $dateFormat, int $timeFormat, DateTimeImmutable $time) {
42 function getToday(): DateTimeImmutable {
43 return new DateTimeImmutable();
46 function getYesterday(): DateTimeImmutable {
47 return new DateTimeImmutable("-1 day");
50 function getTomorrow(): DateTimeImmutable {
51 return new DateTimeImmutable("+1 day");
54 function getDayInPast(): DateTimeImmutable {
55 return new DateTimeImmutable("2020-01-20 20:20:20");
/PHP-8.2/ext/date/
H A Dphp_date.stub.php152 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {}
160 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTimeImmutable|false {}
354 public static function createFromImmutable(DateTimeImmutable $object): static {}
451 class DateTimeImmutable implements DateTimeInterface class
463 public static function __set_state(array $array): DateTimeImmutable {}
509 public function modify(string $modifier): DateTimeImmutable|false {}
512 public function add(DateInterval $interval): DateTimeImmutable {}
515 public function sub(DateInterval $interval): DateTimeImmutable {}
518 public function setTimezone(DateTimeZone $timezone): DateTimeImmutable {}
524 public function setDate(int $year, int $month, int $day): DateTimeImmutable {}
[all …]

Completed in 19 milliseconds

123