@@ 656-658 (lines=3) @@ | ||
653 | } |
|
654 | $y[$x][strtolower(substr($m, 0, $p))] = str_replace(array("\x01", "\x02", "\x03", "\x04", "\x05", "\x06", "\x07", "\x08"), array(';', '|', '~', ' ', ',', '/', '(', ')'), substr($m, $p + 1)); |
|
655 | } |
|
656 | if (isset($y[$x]['match']) && !hl_regex($y[$x]['match'])) { |
|
657 | unset($y[$x]['match']); |
|
658 | } |
|
659 | if (isset($y[$x]['nomatch']) && !hl_regex($y[$x]['nomatch'])) { |
|
660 | unset($y[$x]['nomatch']); |
|
661 | } |
|
@@ 659-661 (lines=3) @@ | ||
656 | if (isset($y[$x]['match']) && !hl_regex($y[$x]['match'])) { |
|
657 | unset($y[$x]['match']); |
|
658 | } |
|
659 | if (isset($y[$x]['nomatch']) && !hl_regex($y[$x]['nomatch'])) { |
|
660 | unset($y[$x]['nomatch']); |
|
661 | } |
|
662 | } |
|
663 | if (!count($y) && !count($n)) { |
|
664 | continue; |