Lines Matching refs:php_period_obj
1848 php_period_obj *object;
1879 php_period_obj *object = Z_PHPPERIOD_P(&iterator->intern.data); in date_period_it_has_more()
1903 php_period_obj *object = Z_PHPPERIOD_P(&iterator->intern.data); in date_period_it_current_data()
2145 date_object_handlers_period.offset = XtOffsetOf(php_period_obj, std); in date_register_classes()
2509 php_period_obj *intern; in date_object_new_period_ex()
2511 intern = ecalloc(1, sizeof(php_period_obj) + zend_object_properties_size(class_type)); in date_object_new_period_ex()
2530 php_period_obj *old_obj = Z_PHPPERIOD_P(this_ptr); in date_object_clone_period()
2531 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period_ex(old_obj->std.ce, 0)); in date_object_clone_period()
2585 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period()
4560 php_period_obj *dpobj; in PHP_METHOD()
4648 php_period_obj *dpobj; in PHP_METHOD()
4675 php_period_obj *dpobj; in PHP_METHOD()
4706 php_period_obj *dpobj; in PHP_METHOD()
5078 php_period_obj *period_obj; in date_object_get_properties_period()
5139 static int php_date_period_initialize_from_hash(php_period_obj *period_obj, HashTable *myht) /* {{{… in php_date_period_initialize_from_hash()
5223 php_period_obj *period_obj; in PHP_METHOD()
5246 php_period_obj *period_obj; in PHP_METHOD()