Home
last modified time | relevance | path

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

1...<<111213141516171819

/PHP-5.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation1.phpt94 $iterator = 1;
96 echo "\n-- Iteration $iterator --";
103 $iterator++;
H A Darray_intersect_assoc_variation2.phpt94 $iterator = 1;
96 echo "\n-- Iteration $iterator --";
104 $iterator++;
H A Darray_intersect_variation1.phpt93 $iterator = 1;
95 echo "\n-- Iterator $iterator --";
102 $iterator++;
H A Darray_intersect_variation2.phpt93 $iterator = 1;
95 echo "\n-- Iterator $iterator --";
103 $iterator++;
H A Darray_pad_variation1.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --";
95 $iterator++;
H A Darray_pad_variation6.phpt83 $iterator = 1;
85 echo "-- Iteration $iterator --\n";
88 $iterator++;
H A Darray_merge_recursive_variation1.phpt89 $iterator = 1;
91 echo "\n-- Iteration $iterator --";
101 $iterator++;
H A Darray_merge_recursive_variation3.phpt81 $iterator = 1;
83 echo "-- Iteration $iterator --\n";
93 $iterator++;
H A Darray_unshift_variation1.phpt89 $iterator = 1;
91 echo "\n-- Iteration $iterator --";
110 $iterator++;
H A Darray_unshift_variation2.phpt95 $iterator = 1;
97 echo "-- Iteration $iterator --\n";
116 $iterator++;
H A Darray_reverse_variation1.phpt82 $iterator = 1;
84 echo "\n-- Iteration $iterator --";
90 $iterator++;
/PHP-5.4/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt95 $iterator = 1;
105 $iterator++;
H A Dimap_fetch_overview_variation1.phpt88 $iterator = 1;
93 $iterator++;
/PHP-5.4/ext/spl/internal/
H A Drecursivecachingiterator.inc25 /** Construct from another iterator
/PHP-5.4/ext/mbstring/tests/
H A Dmb_strlen_variation3.phpt82 $iterator = 1;
87 echo "\n-- Iteration $iterator: $enc --\n";
102 $iterator++;
/PHP-5.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current tar-based
/PHP-5.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current zip-based
/PHP-5.4/ext/spl/
H A Dspl_observer.c1053 zval *iterator = NULL, *info = NULL; in SPL_METHOD() local
1055 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|z!", &iterator, zend_ce_iterator, &info) =… in SPL_METHOD()
1081 spl_object_storage_attach(intern, getThis(), iterator, info TSRMLS_CC); in SPL_METHOD()
1274 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
1279 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
1283 ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
/PHP-5.4/ext/pdo/tests/
H A Dpdo_014.phpt2 PDO Common: PDOStatement SPL iterator
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation1-win32.phpt92 $iterator = 1;
94 echo "\n-- Iteration $iterator --\n";
96 $iterator++;
/PHP-5.4/ext/simplexml/tests/
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
/PHP-5.4/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
H A Dphar_oo_002U.phpt2 Phar object: iterator & entries
/PHP-5.4/Zend/
H A Dzend_builtin_functions.c2061 HashPosition iterator; in debug_print_backtrace_args() local
2064 zend_hash_internal_pointer_reset_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
2065 while (zend_hash_get_current_data_ex(arg_array->value.ht, (void **) &tmp, &iterator) == SUCCESS) { in debug_print_backtrace_args()
2070 zend_hash_move_forward_ex(arg_array->value.ht, &iterator); in debug_print_backtrace_args()
2458 HashPosition iterator; in ZEND_FUNCTION() local
2474 zend_hash_internal_pointer_reset_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
2482 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
2491 zend_hash_move_forward_ex(CG(function_table), &iterator); in ZEND_FUNCTION()
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator --\n";
112 $iterator++;

Completed in 47 milliseconds

1...<<111213141516171819