Lines Matching refs:DateTimeImmutable
75 PHP_METHOD(DateTimeImmutable, __construct);
76 PHP_METHOD(DateTimeImmutable, __set_state);
77 PHP_METHOD(DateTimeImmutable, modify);
78 PHP_METHOD(DateTimeImmutable, add);
79 PHP_METHOD(DateTimeImmutable, sub);
80 PHP_METHOD(DateTimeImmutable, setTimezone);
81 PHP_METHOD(DateTimeImmutable, setTime);
82 PHP_METHOD(DateTimeImmutable, setDate);
83 PHP_METHOD(DateTimeImmutable, setISODate);
84 PHP_METHOD(DateTimeImmutable, setTimestamp);
85 PHP_METHOD(DateTimeImmutable, createFromMutable);