<?php
#[Native]
class NativeToArrayWithParameters
{
public function toArray(int $mode = 0): array
return [];
}