Caster::PREFIX_VIRTUAL.'storage' =>
$storage,
];
return $a;
} /**
* @return array
*/
public static function castOuterIterator(\OuterIterator
$c, array
$a, Stub
$stub, bool
$isNested) { $a[Caster::PREFIX_VIRTUAL.'innerIterator'
] =
$c->
getInnerIterator();
return $a;
} /**
* @return array
*/
public static function castWeakReference(\WeakReference
$c, array
$a, Stub
$stub, bool
$isNested) { $a[Caster::PREFIX_VIRTUAL.'object'
] =
$c->
get();