Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/
H A Dphp_date.h191 static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { in php_period_obj_from_obj() function
195 #define Z_PHPPERIOD_P(zv) php_period_obj_from_obj(Z_OBJ_P((zv)))
H A Dphp_date.c2473 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period_ex(old_obj->std.ce, 0)); in date_object_clone_period()
2512 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period()

Completed in 35 milliseconds