Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/
H A Dphp_date.h143 static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { in php_date_obj_from_obj() function
147 #define Z_PHPDATE_P(zv) php_date_obj_from_obj(Z_OBJ_P((zv)))
H A Dphp_date.c2221 php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date_ex(old_obj->std.ce, 0)); in date_object_clone_date()
2581 php_date_obj *intern = php_date_obj_from_obj(object); in date_object_free_storage_date()

Completed in 17 milliseconds