<?php

#[\AllowDynamicProperties]
#[Setup]
class foo {
    public function a() {
        $b = [];
    }
}