Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/Zend/
H A Dzend_hash.c2623 uint32_t idx1, idx2; in zend_hash_compare_impl() local
2629 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
2637 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
2638 p2 = ht2->arData + idx2; in zend_hash_compare_impl()
2640 idx2++; in zend_hash_compare_impl()
2660 idx2++; in zend_hash_compare_impl()

Completed in 19 milliseconds