diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -25,4 +25,19 @@ ext/standard ------------ * strpad() (Andrei) * advanced sort (Andrei) - * make all string functions binary-safe. + * NOT binary safe: + strcspn() + implode() + strtok() + strtoupper() + strtolower() + basename() + dirname() + stristr() + strstr() + strrpos() + strrchr() + substr_replace() + quotemeta() + ucwords() + strip_tags() |