diff options
author | Derick Rethans <derick@php.net> | 2006-03-17 14:29:05 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2006-03-17 14:29:05 +0000 |
commit | 2ffc93140ded0394f3071b863aa8ebbf8a0bbbef (patch) | |
tree | aa185b3b4031482fe52d03bd4e69417a2dbe76f2 /main/php_variables.c | |
parent | 34c493ea0719652aa6bd539144f93121ed38ccf7 (diff) | |
download | php-git-2ffc93140ded0394f3071b863aa8ebbf8a0bbbef.tar.gz |
- Fixed bug in ucfirst() implementation. If the tmp_len = 0 then it will not
write the uppercased character to the buffer, but only returns the length of
the uppercased letter as per
http://icu.sourceforge.net/apiref/icu4c/ustring_8h.html#a50.
- Updated is_string():
If Unicode semantics is turned on, return "true" for Unicode strings only.
If Unicode semantics is turned off, return "true" for native strings only.
- Added is_binary() function that returns "true" for native strings only.
- Added first implementation of upgraded strtr function. It works except if
combining sequences or surrogates are used in the non-array method of calling
this function.
Diffstat (limited to 'main/php_variables.c')
0 files changed, 0 insertions, 0 deletions