Searched refs:TimeZone_object (Results 1 – 3 of 3) sorted by relevance
45 } TimeZone_object; typedef47 static inline TimeZone_object *php_intl_timezone_fetch_object(zend_object *obj) { in php_intl_timezone_fetch_object()48 return (TimeZone_object *)((char*)(obj) - XtOffsetOf(TimeZone_object, zo)); in php_intl_timezone_fetch_object()
50 TimeZone_object *to; in timezone_object_construct()148 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument()227 TimeZone_object *to_orig, in TimeZone_clone_obj()269 TimeZone_object *to1, in TimeZone_compare_objects()295 TimeZone_object *to; in TimeZone_get_debug_info()346 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()357 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free()372 TimeZone_object* intern; in TimeZone_object_create()374 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()397 TimeZone_handlers.offset = XtOffsetOf(TimeZone_object, zo); in timezone_register_IntlTimeZone_class()
459 TimeZone_object *other_to; in PHP_FUNCTION()
Completed in 18 milliseconds