Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/
H A Dphp_date.h100 static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { in php_period_obj_from_obj() function
104 #define Z_PHPPERIOD_P(zv) php_period_obj_from_obj(Z_OBJ_P((zv)))
H A Dphp_date.c2221 php_period_obj *old_obj = php_period_obj_from_obj(this_ptr); in date_object_clone_period()
2222 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period(old_obj->std.ce)); in date_object_clone_period()
2281 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period()

Completed in 20 milliseconds