Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1116 *zv_datetime = NULL, in PHP_FUNCTION() local
1137 zv_datetime = &zv_tmp; in PHP_FUNCTION()
1143 zv_datetime = zv_arg; in PHP_FUNCTION()
1146 datetime = Z_PHPDATE_P(zv_datetime); in PHP_FUNCTION()
1154 …zend_call_method_with_0_params(zv_datetime, php_date_get_date_ce(), NULL, "gettimestamp", &zv_time… in PHP_FUNCTION()
1197 if (zv_datetime && zv_datetime != zv_arg) { in PHP_FUNCTION()
1198 zval_ptr_dtor(zv_datetime); in PHP_FUNCTION()

Completed in 9 milliseconds