ht = NULL;
if (!n) goto next;
while (!Z_REFCOUNTED_P(--end)) {
- /* count non-refcounted for compatibility ??? */
- if (Z_TYPE_P(zv) != IS_UNDEF) {
- count++;
- }
if (zv == end) goto next;
}
} else {
GC_REF_SET_BLACK(ref);
GC_STACK_PUSH(ref);
}
- /* count non-refcounted for compatibility ??? */
- } else if (Z_TYPE_P(zv) != IS_UNDEF) {
- count++;
}
zv++;
}
if (Z_REFCOUNTED_P(zv)) {
break;
}
- /* count non-refcounted for compatibility ??? */
- if (Z_TYPE_P(zv) != IS_UNDEF) {
- count++;
- }
if (p == end) goto next;
}
while (p != end) {
GC_REF_SET_BLACK(ref);
GC_STACK_PUSH(ref);
}
- /* count non-refcounted for compatibility ??? */
- } else if (Z_TYPE_P(zv) != IS_UNDEF) {
- count++;
}
p++;
}