| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | Mbstring.php | 551 $haystack = self::mb_substr($haystack, 0, $offset, $encoding); 555 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); 603 $result[] = mb_substr($string, $i, $split_length, $encoding); 637 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 686 $needle = self::mb_substr($needle, 0, 1, $encoding); 695 $needle = self::mb_substr($needle, 0, 1, $encoding); 863 …return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).… 865 …return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $en… 870 …return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encodi… 880 return self::mb_substr($haystack, 0, $pos, $encoding); [all …]
|
| H A D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
| H A D | bootstrap80.php | 72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s… function
|
| /template/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | Mbstring.php | 527 $haystack = self::mb_substr($haystack, 0, $offset, $encoding); 531 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); 578 $result[] = mb_substr($string, $i, $split_length, $encoding); 612 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 659 $needle = self::mb_substr($needle, 0, 1, $encoding); 668 $needle = self::mb_substr($needle, 0, 1, $encoding); 806 return self::mb_substr($haystack, 0, $pos, $encoding); 809 return self::mb_substr($haystack, $pos, null, $encoding);
|
| D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
| D | bootstrap80.php | 72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s… function
|
| /template/kajukkk/ |
| D | main.php | 51 …ID,"description"); if ($_desc !=null) echo preg_replace( "/\r|\n/", "", mb_substr(htmlspecialchars…
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 704 return (string) mb_substr((string) $item, $start, $length, $env->getCharset()); 818 $r[] = mb_substr($value, $i, $limit, $env->getCharset()); 1150 …return mb_strtoupper(mb_substr($string ?? '', 0, 1, $charset), $charset).mb_strtolower(mb_substr($…
|