Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp1119 *zv_datetime = NULL, in PHP_FUNCTION() local
1140 zv_datetime = &zv_tmp; in PHP_FUNCTION()
1146 zv_datetime = zv_arg; in PHP_FUNCTION()
1149 datetime = Z_PHPDATE_P(zv_datetime); in PHP_FUNCTION()
1157 …zend_call_method_with_0_params(zv_datetime, php_date_get_date_ce(), NULL, "gettimestamp", &zv_time… in PHP_FUNCTION()
1200 if (zv_datetime && zv_datetime != zv_arg) { in PHP_FUNCTION()
1201 zval_ptr_dtor(zv_datetime); in PHP_FUNCTION()

Completed in 10 milliseconds