Searched refs:TimeZone_object (Results 1 – 3 of 3) sorted by relevance
50 TimeZone_object *to; in timezone_object_construct()149 TimeZone_object *to = (TimeZone_object*)zend_objects_get_address( in timezone_process_timezone_argument()220 TimeZone_object *to_orig, in TimeZone_clone_obj()229 to_new = (TimeZone_object*)zend_object_store_get_object_by_handle( in TimeZone_clone_obj()264 TimeZone_object *to1, in TimeZone_compare_objects()287 TimeZone_object *to; in TimeZone_get_debug_info()298 to = (TimeZone_object*)zend_object_store_get_object(object TSRMLS_CC); in TimeZone_get_debug_info()334 static void TimeZone_object_init(TimeZone_object *to TSRMLS_DC) in TimeZone_object_init()353 TimeZone_object* to = (TimeZone_object*) object; in TimeZone_objects_free()371 TimeZone_object* intern; in TimeZone_object_create()[all …]
45 } TimeZone_object; typedef
505 TimeZone_object *other_to; in PHP_FUNCTION()516 other_to = (TimeZone_object *) zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()631 to = (TimeZone_object*)zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()652 to = (TimeZone_object*)zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()
Completed in 10 milliseconds