Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c340 static zend_object *date_object_new_date(zend_class_entry *class_type);
1775 date_ce_date->create_object = date_object_new_date; in date_register_classes()
1786 date_ce_immutable->create_object = date_object_new_date; in date_register_classes()
1846 static zend_object *date_object_new_date(zend_class_entry *class_type) /* {{{ */ in date_object_new_date() function
1859 php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date(old_obj->std.ce)); in date_object_clone_date()

Completed in 20 milliseconds