Home
last modified time | relevance | path

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

/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1002 zend_object *date_obj; in PHP_FUNCTION() local
1014 Z_PARAM_OBJ_OF_CLASS_OR_STR(date_obj, php_date_get_date_ce(), date_str) in PHP_FUNCTION()
1023 date_obj = Z_OBJ(zv_tmp); in PHP_FUNCTION()
1030 datetime = php_date_obj_from_obj(date_obj); in PHP_FUNCTION()
1038 …zend_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timesta… in PHP_FUNCTION()
1082 OBJ_RELEASE(date_obj); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.h143 …PI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_obj);
H A Dphp_date.c846 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()
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()
5725 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
5728 if (!date_obj->time) { in php_date_period_initialize_from_hash()
5746 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local
[all …]
/php-src/ext/soap/
H A Dphp_encoding.c2911 php_date_obj *date_obj = Z_PHPDATE_P(data); in to_xml_datetime_ex() local
2912 …tring *formatted_date_string = php_format_date_obj(ext_date_format, ext_date_format_len, date_obj); in to_xml_datetime_ex()

Completed in 45 milliseconds