Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.h97 static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { in php_period_obj_from_obj() function
101 #define Z_PHPPERIOD_P(zv) php_period_obj_from_obj(Z_OBJ_P((zv)))
H A Dphp_date.c2131 php_period_obj *old_obj = php_period_obj_from_obj(this_ptr); in date_object_clone_period()
2132 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period(old_obj->std.ce)); in date_object_clone_period()
2186 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period()
4853 period_obj = php_period_obj_from_obj(object); in date_object_get_properties_period()

Completed in 19 milliseconds