Searched refs:date_object_new_timezone (Results 1 – 1 of 1) sorted by relevance
339 static zend_object *date_object_new_timezone(zend_class_entry *class_type);1804 date_ce_timezone->create_object = date_object_new_timezone; in date_register_classes()1995 static zend_object *date_object_new_timezone(zend_class_entry *class_type) /* {{{ */ in date_object_new_timezone() function2008 php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone(old_obj->std.ce)); in date_object_clone_timezone()
Completed in 18 milliseconds