Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php84 return \mb_substr($str, $start, $length, '8bit');
/dokuwiki/inc/Utf8/
H A DPhpString.php86 return mb_substr($str, $offset);
89 return mb_substr($str, $offset, $length);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php274 return mb_substr($string, $start, $length);
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1440 $_query[] = mb_substr($query, $i, 1);
4368 function mb_substr($str, $start, $length=0) function
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2675 … $es_char_m = mb_substr(substr($part, $es_pos+1, 16), 0, 1, $this->encoding);