Home
last modified time | relevance | path

Searched refs:getStartDate (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/date/tests/
H A Dbug74639.phpt14 if ($period->getStartDate() != $clonedPeriod->getStartDate()) {
H A DDatePeriod_getter.phpt13 var_dump($period->getStartDate()->format('Y-m-d H:i:s'));
14 var_dump($period->getStartDate()->getTimeZone()->getName());
H A DDatePeriod_uninitialised_exceptions.phpt26 check(fn() => $mdp->getStartDate());
H A Doo_001.phpt53 var_dump($p->getStartDate());
/php-src/ext/date/
H A Dphp_date.stub.php747 public function getStartDate(): DateTimeInterface {} function in DatePeriod
H A Dphp_date_arginfo.h609 ZEND_METHOD(DatePeriod, getStartDate);
771 ZEND_ME(DatePeriod, getStartDate, arginfo_class_DatePeriod_getStartDate, ZEND_ACC_PUBLIC)
H A Dphp_date.c5212 PHP_METHOD(DatePeriod, getStartDate) in PHP_METHOD() argument

Completed in 74 milliseconds