Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка в lmb_str_split (i18n/src/charset/driver.inc.php) #102

Open
p-kislitskiy opened this issue Nov 11, 2013 · 0 comments
Open

Comments

@p-kislitskiy
Copy link
Contributor

В теле функции используются "непонятные" переменные, что приведет к падению с Undefined variable:

/**
 * Multibyte aware replacement for str_split
 */
function lmb_str_split($str, $split_len=1)
{
  return $GLOBALS['LIMB_CHARSET_DRIVER']->_str_split($strX, $strY);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant