- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
$pattern = '/[^A-Za-zА-Яа-я0-9]/u';
$phrase = $this->data['ProjectsPhrase']['phrase'];
$phrase = preg_replace($pattern, ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = str_replace(' ', ' ', $phrase);
$phrase = trim($phrase);
Вот такое говнокодище встретил в проекте. Паранойя такая паранойя…