Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_getchildren_basic.phpt2 SPL: SplFileObject::getchildren basic
/php-src/ext/spl/
H A Dspl_iterators.c77 zend_function *getchildren; member
362 zend_function **cache = &object->iterators[object->level].getchildren; in spl_recursive_it_move_forward_ex()
400 object->iterators[object->level].getchildren = in spl_recursive_it_move_forward_ex()
401 object->iterators[object->level - 1].getchildren; in spl_recursive_it_move_forward_ex()
404 object->iterators[object->level].getchildren = NULL; in spl_recursive_it_move_forward_ex()
643 intern->iterators[0].getchildren = NULL; in spl_recursive_it_it_construct()
855 …_with_0_params(Z_OBJ_P(zobject), ce, &object->iterators[object->level].getchildren, "getchildren",… in PHP_METHOD()

Completed in 12 milliseconds