** PHP 8 Match expression code **
echo match (8.0) { \'8.0\' => "Oh no!", 8.0 => "This is what I expected", }; //> This