tchwork / utf8

Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP
Apache License 2.0
627 stars 50 forks source link

Possible bug in Patchwork/Utf8/Bootup/mbstring.php #60

Closed adam-winfree closed 4 years ago

adam-winfree commented 8 years ago

https://github.com/tchwork/utf8/blob/master/src/Patchwork/Utf8/Bootup/mbstring.php#L24

Should the call to mb_convert_variables() inside the function be s\Mbstring::mb_convert_variables?

nicolas-grekas commented 4 years ago

Fixed in #73