Home
last modified time | relevance | path

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

/php-src/ext/intl/timezone/
H A Dtimezone_class.h45 } TimeZone_object; typedef
47 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()
H A Dtimezone_class.cpp50 TimeZone_object *to; in timezone_object_construct()
148 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument()
229 TimeZone_object *to_orig = php_intl_timezone_fetch_object(object); in TimeZone_clone_obj()
231 TimeZone_object *to_new = php_intl_timezone_fetch_object(ret_val); in TimeZone_clone_obj()
255 TimeZone_object *to1, in TimeZone_compare_objects()
281 TimeZone_object *to; in TimeZone_get_debug_info()
332 static void TimeZone_object_init(TimeZone_object *to) in TimeZone_object_init()
343 TimeZone_object* to = php_intl_timezone_fetch_object(object); in TimeZone_objects_free()
358 TimeZone_object* intern; in TimeZone_object_create()
360 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()
[all …]
H A Dtimezone_methods.cpp480 TimeZone_object *other_to; in PHP_FUNCTION()

Completed in 10 milliseconds