We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219aa36 commit dd113f6Copy full SHA for dd113f6
Normalizer.php
@@ -90,7 +90,7 @@ public static function normalize(string $s, int $form = self::FORM_C)
90
self::$cC = self::getData('combiningClass');
91
}
92
93
- if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
+ if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
94
mb_internal_encoding('8bit');
95
96
0 commit comments