Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.h75 ZEND_API void ZEND_FASTCALL zend_ref_add_type_source(zend_property_info_source_list *source_list, z…
76 ZEND_API void ZEND_FASTCALL zend_ref_del_type_source(zend_property_info_source_list *source_list, z…
H A Dzend_execute.c3319 if (source_list->ptr == NULL) { in zend_ref_add_type_source()
3320 source_list->ptr = prop; in zend_ref_add_type_source()
3324 list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_add_type_source()
3325 if (!ZEND_PROPERTY_INFO_SOURCE_IS_LIST(source_list->list)) { in zend_ref_add_type_source()
3327 list->ptr[0] = source_list->ptr; in zend_ref_add_type_source()
3336 source_list->list = ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(list); in zend_ref_add_type_source()
3341 zend_property_info_list *list = ZEND_PROPERTY_INFO_SOURCE_TO_LIST(source_list->list); in zend_ref_del_type_source()
3344 if (!ZEND_PROPERTY_INFO_SOURCE_IS_LIST(source_list->list)) { in zend_ref_del_type_source()
3345 ZEND_ASSERT(source_list->ptr == prop); in zend_ref_del_type_source()
3346 source_list->ptr = NULL; in zend_ref_del_type_source()
[all …]

Completed in 21 milliseconds