Searched refs:TimeZone_object (Results 1 – 3 of 3) sorted by relevance
47 } TimeZone_object; typedef49 static inline TimeZone_object *php_intl_timezone_fetch_object(zend_object *obj) { in php_intl_timezone_fetch_object()50 return (TimeZone_object *)((char*)(obj) - XtOffsetOf(TimeZone_object, zo)); in php_intl_timezone_fetch_object()
52 TimeZone_object *to; in timezone_object_construct()149 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument()228 TimeZone_object *to_orig, in TimeZone_clone_obj()270 TimeZone_object *to1, in TimeZone_compare_objects()293 TimeZone_object *to; in TimeZone_get_debug_info()344 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()362 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free()377 TimeZone_object* intern; in TimeZone_object_create()379 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()514 TimeZone_handlers.offset = XtOffsetOf(TimeZone_object, zo); in timezone_register_IntlTimeZone_class()
491 TimeZone_object *other_to; in PHP_FUNCTION()
Completed in 18 milliseconds