Test PHP, jeśli trzy wartości są równe

if ((a == b) && (b == c)) {
   ... they're all equal ...
}
Fine Fly