どちらで書いてますか。

switch($var){
  case 'aaa':
}

switch(true){
  case $var === 'aaa':
}

http://www.php.net/manual/ja/control-structures.switch.php#59991