Home
last modified time | relevance | path

Searched refs:zend_class_iterator_funcs (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_interfaces.c313 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_aggregate()
314 ? pemalloc(sizeof(zend_class_iterator_funcs), 1) in zend_implement_aggregate()
315 : zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
319 memset(funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
352 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_iterator()
353 ? pemalloc(sizeof(zend_class_iterator_funcs), 1) in zend_implement_iterator()
354 : zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
355 memset(funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
H A Dzend_iterators.h73 } zend_class_iterator_funcs; typedef
H A Dzend.h186 zend_class_iterator_funcs *iterator_funcs_ptr;
/PHP-8.1/ext/opcache/
H A Dzend_persist_calc.c459 ADD_SIZE(sizeof(zend_class_iterator_funcs)); in zend_persist_class_entry_calc()
H A Dzend_persist.c967 …iterator_funcs_ptr = zend_shared_memdup(ce->iterator_funcs_ptr, sizeof(zend_class_iterator_funcs)); in zend_persist_class_entry()
1107 memset(ce->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_update_parent_ce()
/PHP-8.1/ext/spl/
H A Dspl_array.c245 zend_class_iterator_funcs *funcs_ptr = class_type->iterator_funcs_ptr; in spl_array_object_new_ex()

Completed in 18 milliseconds