Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_iterators.h69 } zend_class_iterator_funcs; typedef
H A Dzend_interfaces.c342 class_type->iterator_funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
344 class_type->iterator_funcs_ptr = zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
345 memset(class_type->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
380 class_type->iterator_funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
382 class_type->iterator_funcs_ptr = zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
383 memset(class_type->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_iterator()
H A Dzend.h141 zend_class_iterator_funcs *iterator_funcs_ptr;
H A Dzend_inheritance.c104 ce->iterator_funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in do_inherit_parent_constructor()
116 ce->iterator_funcs_ptr = zend_arena_alloc(&CG(arena), sizeof(zend_class_iterator_funcs)); in do_inherit_parent_constructor()
117 memset(ce->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in do_inherit_parent_constructor()

Completed in 16 milliseconds