break;
default: // resource
if (empty($resRefs[$h =
(int) $v])) { $stub =
new Stub();
$stub->type = Stub::TYPE_RESOURCE;
if ('Unknown' ===
$stub->class = @
get_resource_type($v)) { $stub->class = 'Closed';
} $stub->value =
$v;
$stub->handle =
$h;
$a =
$this->
castResource($stub, 0 <
$i);
$stub->value = null;
if (0 <=
$maxItems &&
$maxItems <=
$pos &&
$minimumDepthReached) { $stub->cut = \
count($a);
$a = null;
} } if (empty($resRefs[$h])) { $resRefs[$h] =
$stub;
} else { $stub =
$resRefs[$h];
++
$stub->refCount;