Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.h122 ZEND_API void ZEND_FASTCALL zend_ref_add_type_source(zend_property_info_source_list *source_list, z…
123 ZEND_API void ZEND_FASTCALL zend_ref_del_type_source(zend_property_info_source_list *source_list, c…
H A Dzend_execute.c3724 if (source_list->ptr == NULL) { in zend_ref_add_type_source()
3725 source_list->ptr = prop; in zend_ref_add_type_source()
3729 list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_add_type_source()
3730 if (!ZEND_PROPERTY_INFO_SOURCE_IS_LIST(source_list->list)) { in zend_ref_add_type_source()
3732 list->ptr[0] = source_list->ptr; in zend_ref_add_type_source()
3741 source_list->list = ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(list); in zend_ref_add_type_source()
3746 zend_property_info_list *list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_del_type_source()
3750 if (!ZEND_PROPERTY_INFO_SOURCE_IS_LIST(source_list->list)) { in zend_ref_del_type_source()
3751 ZEND_ASSERT(source_list->ptr == prop); in zend_ref_del_type_source()
3752 source_list->ptr = NULL; in zend_ref_del_type_source()
[all …]

Completed in 40 milliseconds