|
|
return str_replace('?', $this->quote($value, $type), $text);
|
|
return str_replace('?', $this->quote($value, $type), $text);
|
|
|
- return implode($this->quote($value, $type), explode('?', $text, $count));
|
|
|
|
|
|
|
+ return implode($this->quote($value, $type), explode('?', $text, $count + 1));
|