Lines Matching refs:date_obj
1477 php_date_obj *date_obj; in create_date_period_datetime() local
1480 date_obj = Z_PHPDATE_P(zv); in create_date_period_datetime()
1481 date_obj->time = timelib_time_clone(datetime); in create_date_period_datetime()
5527 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5528 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5530 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5537 period_obj->start = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()
5549 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5550 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5552 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5559 period_obj->end = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()
5570 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5571 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5573 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5580 period_obj->current = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()