Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.c162 static zend_object *date_object_new_period(zend_class_entry *class_type);
1730 date_ce_period->create_object = date_object_new_period; in date_register_classes()
2117 static zend_object *date_object_new_period(zend_class_entry *class_type) /* {{{ */ in date_object_new_period() function
2132 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 27 milliseconds