PHP: Testing whether three variables are equal May 14, 2023 by Tarik if ((a == b) && (b == c)) { ... they're all equal ... } by the transitive relation