$string = "'%бла-бла%', '%бла-бла%', '%бла-бла%'";
$rs->execute(array($string));
PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
$rs->execute(array('%бла-бла%', '%бла-бла%', '%бла-бла%'));