We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf57f3 commit 86367bdCopy full SHA for 86367bd
lib/phpseclib/PHP/Compat/Function/str_split.php
@@ -26,7 +26,7 @@ function php_compat_str_split($string, $split_length = 1)
26
user_error('str_split() The length of each segment must be greater than zero', E_USER_WARNING);
27
return false;
28
}
29
-
+
30
// Select split method
31
if ($split_length < 65536) {
32
// Faster, but only works for less than 2^16
0 commit comments