^1+9h&~g2j${P;5"!?i?{ ?E#=q( XAЪ.i)ǣ 9N^A̬"u2Tdd3Bv{d@fBce ֒^28`|j}$07t8L3hDi*~J%-kiA?a :Phɖ^fSx`J SxOɋGD2mlYA^ FCvMpbA6PAGL실W}Pm~64J(/oy1gh =7i A2[z@ʮV(F+" rWgU[PE G?kK> F \^qm^#V°P(Oj|d͓˚_wP%>$ˋR;\1 Ld/5`2 σ7T] [&">$X()Ix%i v_k!ɟtpsv~;%ȯhâ7DBFKzR_6_=&Cr0GOhwV@ۧ*Эv:n M.vr"{Th$= U ~v(RrjΖ6yX> kr:y%?ǪK/Y  zMt+`CaNhopoe f)QS:mRcIxji ^GVQU)p&o?8h[ڽxq=jUu\%n̺0zK^C4f .ś4:[^>l+%S<|ef#y|Nhpx4'3]uyb'D<+i0RLy3JPןfg̓*(30?69{YGl K-J]N:?ͧ=ެKU"}<=Q{>TnyΞ/-NOr&9eE7(@Uڿppoґh%XV'` ^sg=H1Jqvxmbsq?9zwRvpEGc#7&^:t1Mc'8Yyd>(_rup줚L Z[!>$ˋR;\1Ĥw]Ĺ'I$[Zg~IV{c 6YR,\BƯJ)_xe\^qm^#:z:k9*D{=ĩHa :PhɖooJǭ/`9? ] bocFLLlD;6D*j|C]1omEӍ½ȧ)Lk/vr"{Th$= 0z>HnPuῙ@`[Pa \ ?~f&c&x>xHP.vJK @351y1gh =7i{+؃]Z]NGL+T5>s_!TFt\v 2kE :I{?``DB@<,c`嘙_:l ZV|G>}r|'Ȗ̻Mu{r :?ͧ=ެKUଂpf!e.*H 4;ӑdCLIb~ݲ4$ 9fb_Lm1v &8/6v)d*9Rhh59OȂa {V47dVUfK̾FWsgVAp9ylD;6D*j|C{ 3cک•)9 t+]owjpPf*^ ӽG_gb*1Iɇ U7,t~֖UYʈa|rz bxېV $ȀF 1HJ~^ƶGOhwV@ۧ* c . dxT)6<ԅL 0( 4 .|4`mZc1'3.T8 {(V,P)mw¿qb'b s`T MCnb}$dFܝ*j}׌ 6njGG_m+qt4 .B|2'l+ʰQ+ΊǕBqvr"{Th$= 㬕ͤ?@݆/~S5N&D~Z3}`ei0\bcDXC mIe9ڦlڏcTmuR`QЫ &J>g8͍SuyȿJhwi6s_rGyr;F /|-^qWa׉)DnY'h͝L璨TFt\v 2kE :I{?``DjLG\̝%RH4w#?VK ct!-wfM_'IBf9ܷː<'HΉݻ{LG-M function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { return p\Mbstring::mb_substitute_character($substitute_character); } } if (!function_exists('mb_substr')) { function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } } if (!function_exists('mb_stripos')) { function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } } if (!function_exists('mb_stristr')) { function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } } if (!function_exists('mb_strrchr')) { function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } } if (!function_exists('mb_strrichr')) { function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } } if (!function_exists('mb_strripos')) { function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } } if (!function_exists('mb_strrpos')) { function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } } if (!function_exists('mb_strstr')) { function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } } if (!function_exists('mb_get_info')) { function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_info((string) $type); } } if (!function_exists('mb_http_output')) { function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding); } } if (!function_exists('mb_strwidth')) { function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string, $encoding); } } if (!function_exists('mb_substr_count')) { function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } } if (!function_exists('mb_output_handler')) { function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } } if (!function_exists('mb_http_input')) { function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } } if (!function_exists('mb_convert_variables')) { function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } } if (!function_exists('mb_ord')) { function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } } if (!function_exists('mb_chr')) { function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } } if (!function_exists('mb_scrub')) { function mb_scrub(?string $string, ?string $encoding = null): string { $encoding ??= mb_internal_encoding(); return mb_convert_encoding((string) $string, $encoding, $encoding); } } if (!function_exists('mb_str_split')) { function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return p\Mbstring::mb_str_split((string) $string, (int) $length, $encoding); } } if (extension_loaded('mbstring')) { return; } if (!defined('MB_CASE_UPPER')) { define('MB_CASE_UPPER', 0); } if (!defined('MB_CASE_LOWER')) { define('MB_CASE_LOWER', 1); } if (!defined('MB_CASE_TITLE')) { define('MB_CASE_TITLE', 2); }