Searched refs:DateTimeImmutable (Results 76 – 84 of 84) sorted by relevance
1234
/php-src/ext/intl/tests/ |
H A D | msgfmt_format_datetime.phpt | 19 $dti = new DateTimeImmutable("2012-05-06 18:00:42", new DateTimeZone("Europe/Lisbon"));
|
/php-src/ext/date/tests/ |
H A D | bug-gh8964-002.phpt | 9 $actual = new DateTimeImmutable("2022-07-21 15:00:10");
|
H A D | DatePeriod_createFromISO8601String_static_return.phpt | 26 object(DateTimeImmutable)#2 (3) {
|
H A D | date_period_unset_property.phpt | 10 $period = new MyDatePeriod(new DateTimeImmutable("now"), DateInterval::createFromDateString("tomorr…
|
H A D | date_time_immutable.phpt | 2 Tests for DateTimeImmutable. 56 $v = new DateTimeImmutable($current);
|
H A D | bug-gh11416.phpt | 7 $now = new DateTimeImmutable();
|
H A D | DateTime_uninitialised_exceptions.phpt | 29 check(fn() => DateTimeImmutable::createFromMutable($mdt));
|
/php-src/ext/date/ |
H A D | php_date.c | 2644 PHP_METHOD(DateTimeImmutable, __construct) in PHP_METHOD() argument 2890 PHP_METHOD(DateTimeImmutable, __set_state) in PHP_METHOD() argument 2932 PHP_METHOD(DateTimeImmutable, __serialize) in PHP_METHOD() argument 3045 PHP_METHOD(DateTimeImmutable, __wakeup) in PHP_METHOD() argument 3349 PHP_METHOD(DateTimeImmutable, modify) in PHP_METHOD() argument 3412 PHP_METHOD(DateTimeImmutable, add) in PHP_METHOD() argument 3486 PHP_METHOD(DateTimeImmutable, sub) in PHP_METHOD() argument 3595 PHP_METHOD(DateTimeImmutable, setTimezone) in PHP_METHOD() argument 3676 PHP_METHOD(DateTimeImmutable, setTime) in PHP_METHOD() argument 3726 PHP_METHOD(DateTimeImmutable, setDate) in PHP_METHOD() argument [all …]
|
/php-src/ext/soap/tests/schema/ |
H A D | schema086.phpt | 26 new DateTimeImmutable("2023-10-14 13:37:42.1234+02:00"),
|
Completed in 31 milliseconds
1234