Home
last modified time | relevance | path

Searched refs:iterator (Results 451 – 465 of 465) sorted by relevance

1...<<111213141516171819

/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt111 $iterator = 1;
113 echo "\n-- Iteration $iterator --\n";
115 $iterator++;
/PHP-5.4/ext/mbstring/tests/
H A Dmb_substr_variation3.phpt82 $iterator = 1;
88 echo "\n-- Iteration $iterator: $enc --\n";
/PHP-5.4/ext/spl/tests/
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
/PHP-5.4/ext/spl/examples/
H A Ddualiterator.inc34 /** construct iterator from two iterators
/PHP-5.4/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator: $type data --\n";
107 $iterator++;
H A Drsort_variation1.phpt85 $iterator = 1;
87 echo "-- Iteration $iterator --\n";
96 $iterator++;
/PHP-5.4/ext/spl/
H A Dphp_spl.c845 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
850 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
854 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1109 HashPosition iterator; in _extension_string() local
1113 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in _extension_string()
1114 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
1123 zend_hash_move_forward_ex(CG(function_table), &iterator); in _extension_string()
5242 HashPosition iterator; in ZEND_METHOD() local
5252 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_METHOD()
5253 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in ZEND_METHOD()
5260 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_METHOD()
/PHP-5.4/Zend/
H A Dzend_API.c3944 HashPosition iterator; in zend_resolve_method_name() local
3955 zend_hash_internal_pointer_reset_ex(function_table, &iterator); in zend_resolve_method_name()
3956 while (zend_hash_get_current_data_ex(function_table, (void **)&func, &iterator) == SUCCESS) { in zend_resolve_method_name()
3962 …if (zend_hash_get_current_key_ex(function_table, &name, &len, &idx, 0, &iterator) != HASH_KEY_IS_S… in zend_resolve_method_name()
3972 zend_hash_move_forward_ex(function_table, &iterator); in zend_resolve_method_name()
/PHP-5.4/
H A DUPGRADING413 - Added iterator support in MySQLi. mysqli_result implements Traversable.
H A DNEWS2238 . MySQLi: Added iterator support in MySQLi. mysqli_result implements
5054 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
5925 - Fixed bug #42703 (Exception raised in an iterator::current() causes segfault
7053 . Made most iterator code exception safe.
7058 . Added CachingIterator::TOSTRING_USE_INNER, calls inner iterator __toString.
7691 . Fixed iterator edge cases
8038 - Fixed a problem with SPL iterators aggregating the inner iterator. (Marcus)
8412 - Fixed bug #32674 (exception in iterator causes crash). (Dmitry)
/PHP-5.4/ext/phar/
H A Dphar_object.c5266 ZEND_ARG_INFO(0, iterator)
/PHP-5.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
H A Dbug45218_SLOWTESTU.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog773 3. Single character iterator optimizations in the JIT compiler.

Completed in 153 milliseconds

1...<<111213141516171819