Home
last modified time | relevance | path

Searched refs:TimeZone_object (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/intl/timezone/
H A Dtimezone_class.h47 } TimeZone_object; typedef
49 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()
H A Dtimezone_class.cpp52 TimeZone_object *to; in timezone_object_construct()
149 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument()
226 TimeZone_object *to_orig, in TimeZone_clone_obj()
268 TimeZone_object *to1, in TimeZone_compare_objects()
291 TimeZone_object *to; in TimeZone_get_debug_info()
342 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()
360 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free()
375 TimeZone_object* intern; in TimeZone_object_create()
377 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()
518 TimeZone_handlers.offset = XtOffsetOf(TimeZone_object, zo); in timezone_register_IntlTimeZone_class()
H A Dtimezone_methods.cpp495 TimeZone_object *other_to; in PHP_FUNCTION()

Completed in 9 milliseconds