Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c342 static zend_object *date_object_new_period(zend_class_entry *class_type);
1827 date_ce_period->create_object = date_object_new_period; in date_register_classes()
2246 static zend_object *date_object_new_period(zend_class_entry *class_type) /* {{{ */ in date_object_new_period() function
2259 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 21 milliseconds