### Description A value is considered scalar if it is of type [int](https://www.php.net/manual/en/language.types.integer.php), [float](https://www.php.net/manual/en/language.types.float.php), [string](https://www.php.net/manual/en/language.types.string.php) or [bool](https://www.php.net/manual/en/language.types.boolean.php). https://www.php.net/manual/en/language.types.type-system.php#language.types.type-system.atomic.scalar ### Example _No response_