Home
last modified time | relevance | path

Searched refs:date_timestamp_set (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/date/tests/
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
14 var_dump(date_timestamp_set($dtms021, null));
H A Ddate_timestamp_set.phpt2 Test the basics to function date_timestamp_set().
14 date_timestamp_set($dtms021, 1234567890);
/PHP-8.0/ext/date/
H A Dphp_date_arginfo.h459 ZEND_FUNCTION(date_timestamp_set);
542 ZEND_FE(date_timestamp_set, arginfo_date_timestamp_set)
593 …ZEND_ME_MAPPING(setTimestamp, date_timestamp_set, arginfo_class_DateTime_setTimestamp, ZEND_ACC_PU…
H A Dphp_date.stub.php74 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} function
H A Dphp_date.c3341 PHP_FUNCTION(date_timestamp_set) in PHP_FUNCTION() argument

Completed in 30 milliseconds