php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_spl_recursive_it_object Struct Reference

Data Fields

spl_sub_iteratoriterators
 
int level
 
RecursiveIteratorMode mode
 
int flags
 
int max_depth
 
bool in_iteration
 
zend_functionbeginIteration
 
zend_functionendIteration
 
zend_functioncallHasChildren
 
zend_functioncallGetChildren
 
zend_functionbeginChildren
 
zend_functionendChildren
 
zend_functionnextElement
 
zend_class_entryce
 
zend_stringprefix [6]
 
zend_stringpostfix [1]
 
zend_object std
 

Detailed Description

Definition at line 74 of file spl_iterators.c.

Field Documentation

◆ beginChildren

zend_function* _spl_recursive_it_object::beginChildren

Definition at line 85 of file spl_iterators.c.

◆ beginIteration

zend_function* _spl_recursive_it_object::beginIteration

Definition at line 81 of file spl_iterators.c.

◆ callGetChildren

zend_function* _spl_recursive_it_object::callGetChildren

Definition at line 84 of file spl_iterators.c.

◆ callHasChildren

zend_function* _spl_recursive_it_object::callHasChildren

Definition at line 83 of file spl_iterators.c.

◆ ce

zend_class_entry* _spl_recursive_it_object::ce

Definition at line 88 of file spl_iterators.c.

◆ endChildren

zend_function* _spl_recursive_it_object::endChildren

Definition at line 86 of file spl_iterators.c.

◆ endIteration

zend_function* _spl_recursive_it_object::endIteration

Definition at line 82 of file spl_iterators.c.

◆ flags

int _spl_recursive_it_object::flags

Definition at line 78 of file spl_iterators.c.

◆ in_iteration

bool _spl_recursive_it_object::in_iteration

Definition at line 80 of file spl_iterators.c.

◆ iterators

spl_sub_iterator* _spl_recursive_it_object::iterators

Definition at line 75 of file spl_iterators.c.

◆ level

int _spl_recursive_it_object::level

Definition at line 76 of file spl_iterators.c.

◆ max_depth

int _spl_recursive_it_object::max_depth

Definition at line 79 of file spl_iterators.c.

◆ mode

RecursiveIteratorMode _spl_recursive_it_object::mode

Definition at line 77 of file spl_iterators.c.

◆ nextElement

zend_function* _spl_recursive_it_object::nextElement

Definition at line 87 of file spl_iterators.c.

◆ postfix

zend_string* _spl_recursive_it_object::postfix[1]

Definition at line 90 of file spl_iterators.c.

◆ prefix

zend_string* _spl_recursive_it_object::prefix[6]

Definition at line 89 of file spl_iterators.c.

◆ std

zend_object _spl_recursive_it_object::std

Definition at line 91 of file spl_iterators.c.


The documentation for this struct was generated from the following file: