Home
last modified time | relevance | path

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

/PHP-7.4/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.4/
H A Drun-tests.php2789 while ($idx1 < $cnt1 && $idx2 < $cnt2 && comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2791 $idx2++;
2810 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2831 $idx2 = 0;
2837 while ($idx1 < $cnt1 && $idx2 < $cnt2) {
2839 if (comp_line($ar1[$idx1], $ar2[$idx2], $is_reg)) {
2841 $idx2++;
2851 $old2[$idx2] = sprintf("%03d+ ", $idx2 + 1) . $ar2[$idx2++];
2854 $old2[$idx2] = sprintf("%03d+ ", $idx2 + 1) . $ar2[$idx2++];
2891 while ($idx2 < $cnt2) {
[all …]
/PHP-7.4/Zend/
H A Dzend_hash.c2541 uint32_t idx1, idx2; in zend_hash_compare_impl() local
2547 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
2555 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
2556 p2 = ht2->arData + idx2; in zend_hash_compare_impl()
2558 idx2++; in zend_hash_compare_impl()
2578 idx2++; in zend_hash_compare_impl()

Completed in 19 milliseconds