Searched defs:new_obj (Results 1 – 4 of 4) sorted by relevance
60 zend_object *new_obj = MessageFormatter_ce_ptr->create_object(object->ce); in MessageFormatter_object_clone() local
68 zend_object *new_obj = IntlDateFormatter_ce_ptr->create_object(object->ce); in IntlDateFormatter_object_clone() local
64 zend_object *new_obj = NumberFormatter_ce_ptr->create_object(object->ce); in NumberFormatter_object_clone() local
1831 php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date(old_obj->std.ce)); in date_object_clone_date() local1971 php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone(old_obj->std.ce)); in date_object_clone_timezone() local2135 php_interval_obj *new_obj = php_interval_obj_from_obj(date_object_new_interval(old_obj->std.ce)); in date_object_clone_interval() local2226 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period(old_obj->std.ce)); in date_object_clone_period() local2664 php_date_obj *new_obj = NULL; in PHP_METHOD() local2685 php_date_obj *new_obj = NULL; in PHP_METHOD() local2739 php_date_obj *new_obj = NULL; in PHP_METHOD() local2760 php_date_obj *new_obj = NULL; in PHP_METHOD() local
Completed in 30 milliseconds