Home
last modified time | relevance | path

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

/PHP-7.2/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.2/
H A Drun-tests.php2297 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2299 $idx2++;
2318 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2338 $idx2 = 0; $cnt2 = @count($ar2);
2343 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
2345 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2347 $idx2++;
2357 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2360 $old2[$idx2] = sprintf("%03d+ ", $idx2+1) . $ar2[$idx2++];
2393 while ($idx2 < $cnt2) {
[all …]
/PHP-7.2/Zend/
H A Dzend_hash.c2315 uint32_t idx1, idx2; in zend_hash_compare_impl() local
2321 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
2329 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
2330 p2 = ht2->arData + idx2; in zend_hash_compare_impl()
2332 idx2++; in zend_hash_compare_impl()
2352 idx2++; in zend_hash_compare_impl()

Completed in 15 milliseconds