Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1117 zv_timestamp; in PHP_FUNCTION() local
1154 …all_method_with_0_params(zv_datetime, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timestamp); in PHP_FUNCTION()
1155 if (Z_TYPE(zv_timestamp) != IS_LONG) { in PHP_FUNCTION()
1159 zval_ptr_dtor(&zv_timestamp); in PHP_FUNCTION()
1185 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()

Completed in 6 milliseconds