Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/reflection/tests/
H A DReflectionType_001.phpt24 foreach ($rf->getParameters() as $idx2 => $rp) {
25 echo "** Function $idx - Parameter $idx2\n";
44 foreach ($rm->getParameters() as $idx2 => $rp) {
45 echo "** Method $idx - parameter $idx2\n";
/PHP-7.0/
H A Drun-tests.php2248 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2250 $idx2++;
2269 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2289 $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);
2294 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
2296 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2298 $idx2++;
2309 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2313 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2346 while ($idx2 < $cnt2) {
[all …]
/PHP-7.0/Zend/
H A Dzend_hash.c2337 uint32_t idx1, idx2; in zend_hash_compare_impl() local
2343 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
2351 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
2352 p2 = ht2->arData + idx2; in zend_hash_compare_impl()
2354 idx2++; in zend_hash_compare_impl()
2374 idx2++; in zend_hash_compare_impl()

Completed in 18 milliseconds