Mixed
Mixed
The type accepts every value. It is equivalent to the
.
Available as of PHP 8.0.0.
mixedunion typeobject|resource|array|string|float|int|bool|null
is, in type theory parlance, the top type.
Meaning every other type is a subtype of it.
mixed