PHP multi-conditions si

if($var == "abc" || $var == "def" || ...)
{
    echo "true";
}
Jittery Jay