Home
last modified time | relevance | path

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

/plugin/aichat/vendor/vanderlee/php-sentence/src/
DMultibyte.php76 $offset_capture = (bool)($flags & PREG_SPLIT_OFFSET_CAPTURE);
86 $parts[] = self::makePart($string, $position, null, $offset_capture);
91 $parts[] = self::makePart($string, $position, $length[0], $offset_capture);
139 * @param bool $offset_capture
142 private static function makePart($string, $position, $length = null, $offset_capture = false) argument
146 return $offset_capture