Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.h53 typedef struct _php_date_obj php_date_obj; typedef
63 static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { in php_date_obj_from_obj()
64 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()
143 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o…
162 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…
163 PHPAPI void php_date_initialize_from_ts_long(php_date_obj *dateobj, zend_long sec, int usec);
164 PHPAPI bool php_date_initialize_from_ts_double(php_date_obj *dateobj, double ts);
H A Dphp_date.c1853 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date()
1891 php_date_obj *o1; in date_object_compare_date()
1892 php_date_obj *o2; in date_object_compare_date()
1967 php_date_obj *dateobj; in date_object_get_properties_for()
3233 php_date_obj *dateobj; in PHP_FUNCTION()
3248 php_date_obj *dateobj; in php_date_modify()
3670 php_date_obj *dateobj; in php_date_time_set()
3718 php_date_obj *dateobj; in php_date_date_set()
3764 php_date_obj *dateobj; in php_date_isodate_set()
3814 php_date_obj *dateobj; in php_date_timestamp_set()
[all …]
/php-src/ext/intl/common/
H A Dcommon_date.cpp48 ? ((php_date_obj*)object)->time->tz_info->name in timezone_convert_datetimezone()
54 ? ((php_date_obj*)object)->time->z / 60 in timezone_convert_datetimezone()
76 ? ((php_date_obj*)object)->time->tz_abbr in timezone_convert_datetimezone()
116 php_date_obj *datetime; in intl_datetime_decompose()
136 php_date_obj *datetime; in intl_datetime_decompose()
/php-src/
H A DUPGRADING.INTERNALS207 - Added the php_format_date_ex() API to format instances of php_date_obj.
209 php_date_initialize_from_ts_double() to initialize a php_date_obj with
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1005 php_date_obj *datetime; in PHP_FUNCTION()
/php-src/ext/soap/
H A Dphp_encoding.c2911 php_date_obj *date_obj = Z_PHPDATE_P(data); in to_xml_datetime_ex()

Completed in 43 milliseconds