Open GoogleCodeExporter opened 9 years ago
Определите типы напрямую. Вставьте после
"function parse(
$s,
$delta = 3,
$continue = "o",
$is_html = true,
$replace = 'OOO',
$charset = 'UTF-8')
{
" следующий код:
$s = (string) $s;
$delta = (string) $delta;
$continue = (string) $continue;
$is_html = (bool) $is_html;
в файле Censure.php
Original comment by qazomardok@gmail.com
on 7 Jan 2015 at 2:31
Original issue reported on code.google.com by
an...@elfet.ru
on 12 Feb 2012 at 6:15