Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.c162 static zend_object *date_object_new_period(zend_class_entry *class_type);
1739 ce_period.create_object = date_object_new_period; in date_register_classes()
2116 static zend_object *date_object_new_period(zend_class_entry *class_type) /* {{{ */ in date_object_new_period() function
2131 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period(old_obj->std.ce)); in date_object_clone_period()

Completed in 15 milliseconds