Lines Matching refs:p
2993 uint8_t *p, *end;
3010 p = end + size;
3011 while (p > end) {
3015 p -= 4;
3016 ins_ptr = (uint32_t*)p;
3029 veneer = p;
11806 | // Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx);
11810 | // (EXPECTED(p->key == varname))
13890 Bucket *p;
13924 p = jumptable->arData;
13926 if (Z_TYPE(p->val) == IS_UNDEF) {
13935 target = ZEND_OFFSET_TO_OPLINE(opline, Z_LVAL(p->val));
13951 p = (Bucket*)(((zval*)p)+1);
13953 p++;
14465 | // p = fe_ht->arData + pos;
14494 | // p++;
14502 | // p = fe_ht->arPacked + pos;
14531 | // p++;
14551 | // if (!p->key) {
14556 | // ZVAL_STR_COPY(EX_VAR(opline->result.var), p->key);
14574 | // ZVAL_LONG(EX_VAR(opline->result.var), p->h);