Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1144 *zv_timestamp = NULL; in PHP_FUNCTION() local
1183 NULL, "gettimestamp", &zv_timestamp); in PHP_FUNCTION()
1184 if (!zv_timestamp || Z_TYPE_P(zv_timestamp) != IS_LONG) { in PHP_FUNCTION()
1213 cal->setTime(((UDate)Z_LVAL_P(zv_timestamp)) * 1000., status); in PHP_FUNCTION()
1228 if (zv_timestamp) { in PHP_FUNCTION()
1229 zval_ptr_dtor(&zv_timestamp); in PHP_FUNCTION()

Completed in 10 milliseconds