Home
last modified time | relevance | path

Searched refs:iterator (Results 301 – 315 of 315) sorted by relevance

1...<<111213

/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation3.phpt76 $iterator = 1;
78 echo "-- Iteration $iterator --\n";
88 $iterator++;
H A Darray_key_exists_variation8.phpt78 $iterator = 1;
80 echo "\n-- Iteration $iterator: $type data --\n";
89 $iterator++;
H A Darray_unshift_variation2.phpt90 $iterator = 1;
92 echo "-- Iteration $iterator --\n";
111 $iterator++;
/php-src/ext/simplexml/tests/
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt2 PDO Common: PDOStatement SPL iterator
/php-src/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt2 Check Glob iterator is okay with SplFileInfo getPath method calls
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
H A Ddualiterator.inc34 /** construct iterator from two iterators
/php-src/Zend/Optimizer/
H A Dzend_inference.c294 iterator->use = use; in zend_scc_next()
297 iterator->state = 1; in zend_scc_next()
303 iterator->state = 2; in zend_scc_next()
309 iterator->state = 3; in zend_scc_next()
316 iterator->state = 4; in zend_scc_next()
322 iterator->state = 5; in zend_scc_next()
328 iterator->state = 8; in zend_scc_next()
359 iterator->state = 9; in zend_scc_next()
360 iterator->phi = phi; in zend_scc_next()
374 iterator->phi = phi; in zend_scc_next()
[all …]
/php-src/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/php-src/ext/spl/
H A Dspl_array.c1647 spl_array_iterator *iterator = emalloc(sizeof(spl_array_iterator)); in spl_array_get_iterator() local
1648 zend_iterator_init(&iterator->it); in spl_array_get_iterator()
1650 ZVAL_OBJ_COPY(&iterator->it.data, Z_OBJ_P(object)); in spl_array_get_iterator()
1651 iterator->it.funcs = &spl_array_it_funcs; in spl_array_get_iterator()
1652 iterator->by_ref = by_ref; in spl_array_get_iterator()
1654 return &iterator->it; in spl_array_get_iterator()
/php-src/docs/source/core/data-structures/
H A Dzval.rst108 uint32_t fe_iter_idx; /* foreach iterator index */
/php-src/
H A DUPGRADING130 longer implicitly reset the iterator data, unless explicitly rewound.
132 cause an infinite loop because it destroyed the current iterator data.
/php-src/ext/phar/
H A Dphar_object_arginfo.h33 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)

Completed in 54 milliseconds

1...<<111213