Searched refs:setTimestamp (Results 1 – 9 of 9) sorted by relevance
2 DateTime::setTimestamp()10 $d->setTimestamp( 1217184864 );
2 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
2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit)15 $d->setTimestamp(100000000000);
18 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method27 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method33 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method42 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
10 $t->setTimestamp($ts);
94 $x = $z->setTimestamp(2012234222);98 $x = $z->setTimestamp(2012234222);161 setTimestamp():
232 public function setTimestamp(int $timestamp) {} function in DateTime321 public function setTimestamp(int $timestamp) {} function in DateTimeImmutable
492 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…
3357 PHP_METHOD(DateTimeImmutable, setTimestamp) in PHP_METHOD() argument
Completed in 25 milliseconds