Home
last modified time | relevance | path

Searched defs:mb_output_handler (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php112 function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); } function
H A Dbootstrap80.php108 function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } function
H A DMbstring.php752 public static function mb_output_handler($contents, $status) function in Symfony\\Polyfill\\Mbstring\\Mbstring