public static function castStreamContext($stream, array $a, Stub $stub, bool $isNested) : array { return @stream_context_get_params($stream) ?: $a; }