$allvalues = array('true', 'true', 'true'); if (count(array_unique($allvalues)) === 1 && end($allvalues) === 'true') { }