Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.h518 zend_property_info_list *_list; \
H A Dzend_types.h576 } zend_property_info_list; typedef
584 #define ZEND_PROPERTY_INFO_SOURCE_TO_LIST(list) ((zend_property_info_list *) ((list) & ~0x1))
H A Dzend_execute.c3724 zend_property_info_list *list; in zend_ref_add_type_source()
3732 list = emalloc(sizeof(zend_property_info_list) + (4 - 1) * sizeof(zend_property_info *)); in zend_ref_add_type_source()
3738 …list = erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(zend_pr… in zend_ref_add_type_source()
3747 zend_property_info_list *list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_del_type_source()
3778 …list = ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(erealloc(list, sizeof(zend_property_info_list) + (list-… in zend_ref_del_type_source()

Completed in 32 milliseconds