Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php25 const CHARS = "^&|!+\-*\/%=\?:;,{}()<>% \t\n\r'\"`[]~^"; define in splitbrain\\JSStrip\\JSStrip
65 while ($idx < $slen && (strpos(self::CHARS, $source[$idx]) === false)) {
212 if ($idx + 1 < $slen && (strpos(self::CHARS, $source[$idx + 1]) !== false)) {
219 if ($lch && (strpos(self::CHARS, $lch) !== false)) {