Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp1120 zv_timestamp; in PHP_FUNCTION() local
1157 …all_method_with_0_params(zv_datetime, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timestamp); in PHP_FUNCTION()
1158 if (Z_TYPE(zv_timestamp) != IS_LONG) { in PHP_FUNCTION()
1162 zval_ptr_dtor(&zv_timestamp); in PHP_FUNCTION()
1188 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()

Completed in 7 milliseconds