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.c3062 uint32_t idx1, idx2; in zend_hash_compare_impl() local
3072 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
3088 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
3089 pData2 = ht2->arPacked + idx2; in zend_hash_compare_impl()
3090 h2 = idx2; in zend_hash_compare_impl()
3093 idx2++; in zend_hash_compare_impl()
3098 ZEND_ASSERT(idx2 != ht2->nNumUsed); in zend_hash_compare_impl()
3099 p = ht2->arData + idx2; in zend_hash_compare_impl()
3104 idx2++; in zend_hash_compare_impl()
3124 idx2++; in zend_hash_compare_impl()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c9871 ir_ref idx2 = ir_SUB_U32(idx, ir_CONST_U32(1)); local
9872 ir_PHI_SET_OP(idx, 2, idx2);
9873 ir_ref if_not_zero = ir_IF(idx2);

Completed in 73 milliseconds