Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c341 static zend_object *date_object_new_interval(zend_class_entry *class_type);
1812 date_ce_interval->create_object = date_object_new_interval; in date_register_classes()
2155 static zend_object *date_object_new_interval(zend_class_entry *class_type) /* {{{ */ in date_object_new_interval() function
2168 php_interval_obj *new_obj = php_interval_obj_from_obj(date_object_new_interval(old_obj->std.ce)); in date_object_clone_interval()

Completed in 22 milliseconds