Home
last modified time | relevance | path

Searched refs:lch (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php57 $lch = ''; // last char added
203 $lch = substr($result, -1);
208 if ($idx + 1 < $slen && ((!$lch || $source[$idx + 1] == ' ')
209 || $lch != $source[$idx + 1]
219 if ($lch && (strpos(self::CHARS, $lch) !== false)) {