Home
last modified time | relevance | path

Searched refs:date_timestamp_get (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/date/tests/
H A Ddate_timestamp_get.phpt2 Test the basics to function date_timestamp_get().
15 $beginTimestamp = date_timestamp_get($beginDtObj);
18 // Test the DateTime feature alias in function date_timestamp_get().
H A DDateTimeImmutable_uninitialised_exceptions.phpt45 check(fn() => date_timestamp_get($mdti));
H A DDateTime_uninitialised_exceptions.phpt51 check(fn() => date_timestamp_get($mdt));
/PHP-8.3/ext/date/
H A Dphp_date_arginfo.h533 ZEND_FUNCTION(date_timestamp_get);
630 ZEND_FE(date_timestamp_get, arginfo_date_timestamp_get)
685 …ZEND_ME_MAPPING(getTimestamp, date_timestamp_get, arginfo_class_DateTime_getTimestamp, ZEND_ACC_PU…
702 …ZEND_ME_MAPPING(getTimestamp, date_timestamp_get, arginfo_class_DateTimeImmutable_getTimestamp, ZE…
H A Dphp_date.stub.php209 function date_timestamp_get(DateTimeInterface $object): int {} function
H A Dphp_date.c3730 PHP_FUNCTION(date_timestamp_get) in PHP_FUNCTION() argument

Completed in 36 milliseconds