Есть идеи, почему строки # 2 и # 6 выбрасывают Notice: Uninitialized string offset: 0
?
function get_user_class() {
if ((int) $GLOBALS['CURUSER']['class'] > $GLOBALS['UC_HIGHEST_CLASS'] || (int) $GLOBALS['CURUSER']['class'] < 0) {
exit();
}
else
return $GLOBALS['CURUSER']['class'];
}
var_dump($GLOBALS['CURUSER']['class'])
дает:
string '0' (length=1)
php -v
есть:
PHP 5.2.6-1+lenny13 with Suhosin-Patch 0.9.6.2