Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp996 zval zv_tmp, zv_arg, zv_timestamp; in PHP_FUNCTION() local
1030 …d_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timestamp); in PHP_FUNCTION()
1031 if (Z_TYPE(zv_timestamp) != IS_LONG) { in PHP_FUNCTION()
1035 zval_ptr_dtor(&zv_timestamp); in PHP_FUNCTION()
1061 cal->setTime(((UDate)Z_LVAL(zv_timestamp)) * 1000., status); in PHP_FUNCTION()

Completed in 8 milliseconds