Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1143 *zv_datetime = NULL, in PHP_FUNCTION() local
1162 ALLOC_INIT_ZVAL(zv_datetime); in PHP_FUNCTION()
1163 object_init_ex(zv_datetime, php_date_get_date_ce()); in PHP_FUNCTION()
1164 zend_call_method_with_1_params(&zv_datetime, NULL, NULL, "__construct", in PHP_FUNCTION()
1167 zend_object_store_ctor_failed(zv_datetime TSRMLS_CC); in PHP_FUNCTION()
1171 zv_datetime = *zv_arg; in PHP_FUNCTION()
1174 datetime = (php_date_obj*)zend_object_store_get_object(zv_datetime TSRMLS_CC); in PHP_FUNCTION()
1182 zend_call_method_with_0_params(&zv_datetime, php_date_get_date_ce(), in PHP_FUNCTION()
1225 if (zv_datetime != *zv_arg) { in PHP_FUNCTION()
1226 zval_ptr_dtor(&zv_datetime); in PHP_FUNCTION()

Completed in 7 milliseconds