Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_iterators.c124 static zend_object_handlers spl_handlers_rec_it_it; variable
975 intern->std.handlers = &spl_handlers_rec_it_it; in spl_RecursiveIteratorIterator_new_ex()
3667 memcpy(&spl_handlers_rec_it_it, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
3668 spl_handlers_rec_it_it.offset = XtOffsetOf(spl_recursive_it_object, std); in PHP_MINIT_FUNCTION()
3669 spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method; in PHP_MINIT_FUNCTION()
3670 spl_handlers_rec_it_it.clone_obj = NULL; in PHP_MINIT_FUNCTION()
3671 spl_handlers_rec_it_it.dtor_obj = spl_RecursiveIteratorIterator_dtor; in PHP_MINIT_FUNCTION()
3672 spl_handlers_rec_it_it.free_obj = spl_RecursiveIteratorIterator_free_storage; in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds