Home
last modified time | relevance | path

Searched refs:php_timezone_obj_from_obj (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/date/
H A Dphp_date.h63 static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *obj) { in php_timezone_obj_from_obj() function
67 #define Z_PHPTIMEZONE_P(zv) php_timezone_obj_from_obj(Z_OBJ_P((zv)))
H A Dphp_date.c1966 php_timezone_obj *old_obj = php_timezone_obj_from_obj(this_ptr); in date_object_clone_timezone()
1967 php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone(old_obj->std.ce)); in date_object_clone_timezone()
2086 tzobj = php_timezone_obj_from_obj(object); in date_object_get_properties_for_timezone()
2103 tzobj = php_timezone_obj_from_obj(object); in date_object_get_debug_info_timezone()
2262 php_timezone_obj *intern = php_timezone_obj_from_obj(object); in date_object_free_storage_timezone()

Completed in 40 milliseconds