A me funziona perfettamente:

Codice PHP:
<?php 
$parola 
'testo';
$var strpos($parola't');
if (
$var !== false) {
  echo 
"blabla";
}
?>
Tieni presente che http://www.php.net/strpos: find position of last occurrence of a char in a string