Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_execute.h434 zend_property_info_list *_list; \
H A Dzend_types.h498 } zend_property_info_list; typedef
506 #define ZEND_PROPERTY_INFO_SOURCE_TO_LIST(list) ((zend_property_info_list *) ((list) & ~0x1))
H A Dzend_execute.c3362 zend_property_info_list *list; in zend_ref_add_type_source()
3370 list = emalloc(sizeof(zend_property_info_list) + (4 - 1) * sizeof(zend_property_info *)); in zend_ref_add_type_source()
3376 …list = erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(zend_pr… in zend_ref_add_type_source()
3385 zend_property_info_list *list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_del_type_source()
3416 …list = ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(erealloc(list, sizeof(zend_property_info_list) + (list-… in zend_ref_del_type_source()

Completed in 24 milliseconds