Lines Matching refs:date_obj

844 …API zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_obj)  in php_format_date_obj()  argument
846 if (!date_obj->time) { in php_format_date_obj()
850 return date_format(format, format_len, date_obj->time, date_obj->time->is_localtime); in php_format_date_obj()
1482 php_date_obj *date_obj; in create_date_period_datetime() local
1485 date_obj = Z_PHPDATE_P(zv); in create_date_period_datetime()
1486 date_obj->time = timelib_time_clone(datetime); in create_date_period_datetime()
5703 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5704 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5706 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5713 period_obj->start = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()
5725 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5726 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5728 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5735 period_obj->end = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()
5746 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5747 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5749 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5756 period_obj->current = timelib_time_clone(date_obj->time); in php_date_period_initialize_from_hash()