Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/date/tests/
H A Ddate-set-timestamp.phpt2 DateTime::setTimestamp()
10 $d->setTimestamp( 1217184864 );
H A Dbug52062.phpt2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
21 $d->setTimestamp(100000000000);
39 DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, float given
H A Dbug52062-64bit.phpt2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit)
15 $d->setTimestamp(100000000000);
H A Dbug73858.phpt18 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
27 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
33 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
42 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
H A Dbug60236.phpt10 $t->setTimestamp($ts);
H A Ddate_time_immutable.phpt94 $x = $z->setTimestamp(2012234222);
98 $x = $z->setTimestamp(2012234222);
161 setTimestamp():
/PHP-8.0/ext/date/
H A Dphp_date.stub.php232 public function setTimestamp(int $timestamp) {} function in DateTime
321 public function setTimestamp(int $timestamp) {} function in DateTimeImmutable
H A Dphp_date_arginfo.h492 ZEND_METHOD(DateTimeImmutable, setTimestamp);
593 …ZEND_ME_MAPPING(setTimestamp, date_timestamp_set, arginfo_class_DateTime_setTimestamp, ZEND_ACC_PU…
618 …ZEND_ME(DateTimeImmutable, setTimestamp, arginfo_class_DateTimeImmutable_setTimestamp, ZEND_ACC_PU…
H A Dphp_date.c3357 PHP_METHOD(DateTimeImmutable, setTimestamp) in PHP_METHOD() argument

Completed in 43 milliseconds