Searched refs:spl_handlers_rec_it_it (Results 1 – 1 of 1) sorted by relevance
138 static zend_object_handlers spl_handlers_rec_it_it; variable3119 spl_ce_RecursiveIteratorIterator->default_object_handlers = &spl_handlers_rec_it_it; in PHP_MINIT_FUNCTION()3122 memcpy(&spl_handlers_rec_it_it, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()3123 spl_handlers_rec_it_it.offset = XtOffsetOf(spl_recursive_it_object, std); in PHP_MINIT_FUNCTION()3124 spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method; in PHP_MINIT_FUNCTION()3125 spl_handlers_rec_it_it.clone_obj = NULL; in PHP_MINIT_FUNCTION()3126 spl_handlers_rec_it_it.free_obj = spl_RecursiveIteratorIterator_free_storage; in PHP_MINIT_FUNCTION()3127 spl_handlers_rec_it_it.get_gc = spl_RecursiveIteratorIterator_get_gc; in PHP_MINIT_FUNCTION()
Completed in 20 milliseconds