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 7546984 commit e68ff09Copy full SHA for e68ff09
Util/StringUtils.php
@@ -82,7 +82,7 @@ public static function safeStrlen($string)
82
if ($func_exists === null) {
83
$func_exists = function_exists('mb_strlen');
84
}
85
-
+
86
if ($func_exists) {
87
return mb_strlen($string, '8bit');
88
0 commit comments