Searched refs:getTimestamp (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | bug73489.phpt | 7 var_dump($datetime->getTimestamp()); 10 var_dump($datetime->getTimestamp()); 12 // example 2 - Timestamp keeps if you use getTimestamp() before second setTimeZone() calls 14 var_dump($datetime->getTimestamp()); 16 $datetime->getTimestamp(); 18 var_dump($datetime->getTimestamp());
|
H A D | bug52342.phpt | 11 echo $from->getTimestamp(), "\n"; //B 12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C 15 echo $from->getTimestamp(), "\n"; //B 16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
|
H A D | bug52062-64bit.phpt | 2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit) 13 var_dump($d->getTimestamp()); 17 var_dump($d->getTimestamp());
|
H A D | date_time_immutable-inherited.phpt | 17 $x = $v->getTimestamp(); 24 getTimestamp():
|
H A D | bug52062.phpt | 2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit) 14 var_dump($d->getTimestamp()); 27 var_dump($d->getTimestamp());
|
H A D | bug52454.phpt | 2 Bug #52454 (Relative dates and getTimestamp increments by one day) 14 echo $endOfWeek->getTimestamp()."\n";
|
H A D | bug76770.phpt | 5 var_dump(datetime::createFromFormat('U H', '3600 01')->getTimestamp());
|
/PHP-8.0/Zend/tests/ |
H A D | closure_call_internal.phpt | 6 var_dump(Closure::fromCallable([new DateTime(), 'getTimestamp'])->call(new DateTime('@123')));
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 132 public function getTimestamp(); function 238 public function getTimestamp() {} function in DateTime 291 public function getTimestamp() {} function in DateTimeImmutable
|
H A D | php_date_arginfo.h | 568 …ZEND_ABSTRACT_ME_WITH_FLAGS(DateTimeInterface, getTimestamp, arginfo_class_DateTimeInterface_getTi… 594 …ZEND_ME_MAPPING(getTimestamp, date_timestamp_get, arginfo_class_DateTime_getTimestamp, ZEND_ACC_PU… 609 …ZEND_ME_MAPPING(getTimestamp, date_timestamp_get, arginfo_class_DateTimeImmutable_getTimestamp, ZE…
|
Completed in 21 milliseconds