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

/PHP_5_5/ext/intl/calendar/
H A Dcalendar_methods.cpp1118 *zv_datetime = NULL, local
1137 ALLOC_INIT_ZVAL(zv_datetime);
1138 object_init_ex(zv_datetime, php_date_get_date_ce());
1139 zend_call_method_with_1_params(&zv_datetime, NULL, NULL, "__construct",
1142 zend_object_store_ctor_failed(zv_datetime TSRMLS_CC);
1146 zv_datetime = *zv_arg;
1149 datetime = (php_date_obj*)zend_object_store_get_object(zv_datetime TSRMLS_CC);
1157 zend_call_method_with_0_params(&zv_datetime, php_date_get_date_ce(),
1200 if (zv_datetime != *zv_arg) {
1201 zval_ptr_dtor(&zv_datetime);
[all...]

Completed in 3 milliseconds