Home
last modified time | relevance | path

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

1...<<111213141516171819

/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
H A Dphar_oo_002U.phpt2 Phar object: iterator & entries
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.5/Zend/
H A Dzend_builtin_functions.c2046 HashPosition iterator; in debug_print_backtrace_args() local
2049 zend_hash_internal_pointer_reset_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
2050 while (zend_hash_get_current_data_ex(arg_array->value.ht, (void **) &tmp, &iterator) == SUCCESS) { in debug_print_backtrace_args()
2055 zend_hash_move_forward_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
2443 HashPosition iterator; in ZEND_FUNCTION() local
2459 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
2467 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
2476 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
H A Dzend_API.c4007 HashPosition iterator; in zend_resolve_method_name() local
4018 zend_hash_internal_pointer_reset_ex(function_table, &iterator); in zend_resolve_method_name()
4019 while (zend_hash_get_current_data_ex(function_table, (void **)&func, &iterator) == SUCCESS) { in zend_resolve_method_name()
4025 …if (zend_hash_get_current_key_ex(function_table, &name, &len, &idx, 0, &iterator) != HASH_KEY_IS_S… in zend_resolve_method_name()
4035 zend_hash_move_forward_ex(function_table, &iterator); in zend_resolve_method_name()
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator --\n";
112 $iterator++;
H A Diconv_mime_decode_headers_variation3.phpt111 $iterator = 1;
113 echo "\n-- Iteration $iterator --\n";
115 $iterator++;
/PHP-5.5/ext/spl/tests/
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation3.phpt82 $iterator = 1;
88 echo "\n-- Iteration $iterator: $enc --\n";
/PHP-5.5/ext/spl/examples/
H A Ddualiterator.inc34 /** construct iterator from two iterators
/PHP-5.5/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.5/ext/spl/
H A Dphp_spl.c854 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
859 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
863 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1112 HashPosition iterator; in _extension_string() local
1116 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in _extension_string()
1117 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
1126 zend_hash_move_forward_ex(CG(function_table), &iterator); in _extension_string()
5267 HashPosition iterator; in ZEND_METHOD() local
5277 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_METHOD()
5278 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in ZEND_METHOD()
5285 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_METHOD()
/PHP-5.5/
H A DNEWS3427 . MySQLi: Added iterator support in MySQLi. mysqli_result implements
6243 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
7114 - Fixed bug #42703 (Exception raised in an iterator::current() causes segfault
8242 . Made most iterator code exception safe.
8247 . Added CachingIterator::TOSTRING_USE_INNER, calls inner iterator __toString.
8880 . Fixed iterator edge cases
9227 - Fixed a problem with SPL iterators aggregating the inner iterator. (Marcus)
9601 - Fixed bug #32674 (exception in iterator causes crash). (Dmitry)
/PHP-5.5/ext/phar/
H A Dphar_object.c5174 ZEND_ARG_INFO(0, iterator)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog949 3. Single character iterator optimizations in the JIT compiler.

Completed in 142 milliseconds

1...<<111213141516171819