Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 76 – 84 of 84) sorted by relevance

1234

/php-src/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt19 $dti = new DateTimeImmutable("2012-05-06 18:00:42", new DateTimeZone("Europe/Lisbon"));
/php-src/ext/date/tests/
H A Dbug-gh8964-002.phpt9 $actual = new DateTimeImmutable("2022-07-21 15:00:10");
H A DDatePeriod_createFromISO8601String_static_return.phpt26 object(DateTimeImmutable)#2 (3) {
H A Ddate_period_unset_property.phpt10 $period = new MyDatePeriod(new DateTimeImmutable("now"), DateInterval::createFromDateString("tomorr…
H A Ddate_time_immutable.phpt2 Tests for DateTimeImmutable.
56 $v = new DateTimeImmutable($current);
H A Dbug-gh11416.phpt7 $now = new DateTimeImmutable();
H A DDateTime_uninitialised_exceptions.phpt29 check(fn() => DateTimeImmutable::createFromMutable($mdt));
/php-src/ext/date/
H A Dphp_date.c2644 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 Dschema086.phpt26 new DateTimeImmutable("2023-10-14 13:37:42.1234+02:00"),

Completed in 31 milliseconds

1234