Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/types/
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-src/Zend/
H A Dzend_hash.c3096 uint32_t idx1, idx2; in zend_hash_compare_impl() local
3106 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
3122 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
3123 pData2 = ht2->arPacked + idx2; in zend_hash_compare_impl()
3124 h2 = idx2; in zend_hash_compare_impl()
3127 idx2++; in zend_hash_compare_impl()
3132 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
3133 p = ht2->arData + idx2; in zend_hash_compare_impl()
3138 idx2++; in zend_hash_compare_impl()
3158 idx2++; in zend_hash_compare_impl()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10305 ir_ref idx2 = ir_SUB_U32(idx, ir_CONST_U32(1)); local
10306 ir_PHI_SET_OP(idx, 2, idx2);
10307 ir_ref if_not_zero = ir_IF(idx2);

Completed in 55 milliseconds