Markers
Table of Contents
Horde/Variables.php | 2 |
CharacterSets.php | 3 |
HordeString.php | 1 |
Stringable.php | 1 |
Variables.php | 2 |
Variables.php
Type | Line | Description |
---|---|---|
TODO | 32 | $_expected and $_vars are used inconsistently. $_expected is used in exists(), but not in getExists(). And both are expected to be of the same format, while Horde_Form submits $_expected as a flat list and $_vars as a multi-dimensional array, if the the form elements are or array type (like object[] in Turba). |
TODO | 32 | The sanitized feature doesn't seem to be used anywhere at all. |
CharacterSets.php
Type | Line | Description |
---|---|---|
TODO | 30 | Check against mb_list_encoding |
TODO | 30 | Check against mb_list_encoding |
TODO | 30 | Check against mb_list_encoding |
HordeString.php
Type | Line | Description |
---|---|---|
TODO | 31 | Split up in Stringable_Multibyte for multibyte-safe methods and Stringable_Locale for locale-safe methods. |
Stringable.php
Type | Line | Description |
---|---|---|
TODO | 33 | Split up in Stringable_Multibyte for multibyte-safe methods and Stringable_Locale for locale-safe methods. |
Variables.php
Type | Line | Description |
---|---|---|
TODO | 40 | $_expected and $_vars are used inconsistently. $_expected is used in exists(), but not in getExists(). And both are expected to be of the same format, while Horde_Form submits $_expected as a flat list and $_vars as a multi-dimensional array, if the the form elements are or array type (like object[] in Turba). |
TODO | 40 | The sanitized feature doesn't seem to be used anywhere at all. |