Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c340 static zend_object *date_object_new_timezone(zend_class_entry *class_type);
1800 date_ce_timezone->create_object = date_object_new_timezone; in date_register_classes()
1991 static zend_object *date_object_new_timezone(zend_class_entry *class_type) /* {{{ */ in date_object_new_timezone() function
2004 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 20 milliseconds