Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_interfaces.c298 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_aggregate()
299 ? pemalloc(sizeof(zend_class_iterator_funcs), 1) in zend_implement_aggregate()
300 : zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
304 memset(funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
337 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_iterator()
338 ? pemalloc(sizeof(zend_class_iterator_funcs), 1) in zend_implement_iterator()
339 : zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
340 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.h147 zend_class_iterator_funcs *iterator_funcs_ptr;
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c528 ADD_SIZE(sizeof(zend_class_iterator_funcs)); in zend_persist_class_entry_calc()
H A Dzend_persist.c977 …iterator_funcs_ptr = zend_shared_memdup(ce->iterator_funcs_ptr, sizeof(zend_class_iterator_funcs)); in zend_persist_class_entry()
1025 memset(ce->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_update_parent_ce()
/PHP-8.0/ext/spl/
H A Dspl_array.c235 zend_class_iterator_funcs *funcs_ptr = class_type->iterator_funcs_ptr; in spl_array_object_new_ex()

Completed in 39 milliseconds