Searched refs:php_date_obj (Results 1 – 4 of 4) sorted by relevance
36 typedef struct _php_date_obj php_date_obj; typedef46 static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { in php_date_obj_from_obj()47 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()144 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…
1814 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date()1853 php_date_obj *o1; in date_object_compare_date()1854 php_date_obj *o2; in date_object_compare_date()1929 php_date_obj *dateobj; in date_object_get_properties_for()3085 php_date_obj *dateobj; in PHP_FUNCTION()3100 php_date_obj *dateobj; in php_date_modify()3468 php_date_obj *dateobj; in php_date_time_set()3516 php_date_obj *dateobj; in php_date_date_set()3562 php_date_obj *dateobj; in php_date_isodate_set()3612 php_date_obj *dateobj; in php_date_timestamp_set()[all …]
48 ? ((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()
945 php_date_obj *datetime; in PHP_FUNCTION()
Completed in 26 milliseconds