Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/ext/standard/tests/array/
H A Darray_slice_variation7.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator : key type is $type --\n";
91 $iterator++;
H A Darray_unshift_object.phpt73 $iterator = 1;
75 echo "-- Iteration $iterator --\n";
94 $iterator++;
H A Darray_merge_recursive_variation2.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --";
92 $iterator++;
H A Darray_merge_variation2.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
92 $iterator++;
H A Darray_diff_assoc_variation2.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Darray_diff_variation2.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --";
94 $iterator++;
H A Darray_unique_variation2.phpt69 $iterator = 1;
71 echo "-- Iteration $iterator --\n";
73 $iterator++;
H A Darray_unshift_variation7.phpt26 $iterator = 1;
28 echo "-- Iteration $iterator --\n";
47 $iterator++;
H A Darray_unshift_variation8.phpt26 $iterator = 1;
28 echo "-- Iteration $iterator --\n";
47 $iterator++;
H A Darray_diff_assoc_variation1.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Darray_diff_variation1.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --";
94 $iterator++;
/php-src/Zend/tests/
H A Dunpack_iterator_by_ref_type_check.phpt2 Unpack iterator by reference with type check
/php-src/ext/spl/tests/
H A Ddllist_003.phpt2 SPL: DoublyLinkedList: iterator modes
H A Dspl_iterator_recursive_getiterator_error.phpt16 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
H A Dbug42703.phpt2 Bug #42703 (Exception raised in an iterator::current() causes segfault in FilterIterator)
H A DSPLDoublyLinkedList_iterate_by_reference.phpt26 An iterator cannot be used with foreach by reference
H A Diterator_024.phpt2 SPL: RecursiveIteratorIterator with custom iterator class
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_proxying.phpt21 /* iterator API */
H A Dgh8289.phpt2 GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator)
H A Dthrow_into_yield_from_array.phpt2 Throwing into a generator yielding from an array/iterator
/php-src/ext/spl/
H A Dspl_iterators_arginfo.h18 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
26 ZEND_ARG_OBJ_INFO(0, iterator, RecursiveIterator, 0)
41 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
92 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
111 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
136 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
154 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
198 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
223 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
245 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
[all …]
/php-src/ext/simplexml/tests/
H A Dcurrent_error.phpt2 SimpleXML: invoking current() after the iterator has already been consumed
H A Dkey_error.phpt2 SimpleXML: invoking key() after the iterator has already been consumed
H A Diterator_interaction_empty_and_var_dump.phpt2 Test iterator interaction with empty and var_dump
/php-src/ext/zend_test/tests/iterators/
H A Ddouble-rewind.phpt2 Tests that internal iterator's rewind function is called once

Completed in 80 milliseconds

12345678910>>...13