Searched refs:date_object_new_timezone (Results 1 – 1 of 1) sorted by relevance
160 static zend_object *date_object_new_timezone(zend_class_entry *class_type);1694 ce_timezone.create_object = date_object_new_timezone; in date_register_classes()1894 static zend_object *date_object_new_timezone(zend_class_entry *class_type) /* {{{ */ in date_object_new_timezone() function1908 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 25 milliseconds