Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Dbug52062.phpt2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
16 $d->setTimestamp(100000000000);
28 Warning: DateTime::setTimestamp() expects parameter 1 to be int, float given in %s on line %d
H A Ddate-set-timestamp.phpt2 DateTime::setTimestamp()
10 $d->setTimestamp( 1217184864 );
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-7.4/ext/date/
H A Dphp_date.h82 PHP_METHOD(DateTimeImmutable, setTimestamp);
H A Dphp_date.c508 PHP_ME_MAPPING(setTimestamp, date_timestamp_set, arginfo_date_method_timestamp_set, 0)
532 PHP_ME(DateTimeImmutable, setTimestamp, arginfo_date_method_timestamp_set, 0)
3791 PHP_METHOD(DateTimeImmutable, setTimestamp) in PHP_METHOD() argument

Completed in 27 milliseconds