if(strpos($longStr, "aaa")===false)
    echo "not found";
else
    echo "found";