<?php #[MyAttribute] class x {} #[MyAttribute] enum e {} #[MyAttribute] interface i {} #[MyAttribute] trait t {} // =================== #[MyFunctionAttribute] function foo() {} $c = #[MyFunctionAttribute] function () {}; $f = #[MyFunctionAttribute] fn () => 1;
You have javascript disabled. You will not be able to edit any code.