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 96868dd commit 8b2fd5dCopy full SHA for 8b2fd5d
UnicodeString.php
@@ -71,7 +71,7 @@ public function chunk(int $length = 1): array
71
$rx .= '\X{65535}';
72
$length -= 65535;
73
}
74
- $rx .= '\X{'.$length.'})/us';
+ $rx .= '\X{'.$length.'})/u';
75
76
$str = clone $this;
77
$chunks = [];
0 commit comments