Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dlength_utf8.test4 function_exists('mb_get_info')
Dsplit_utf8.test4 function_exists('mb_get_info')
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php100 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } function
H A Dbootstrap80.php96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in… function
H A DMbstring.php725 public static function mb_get_info($type = 'all') function in Symfony\\Polyfill\\Mbstring\\Mbstring