1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext
Derick Rethans 2ffc93140d - 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.
2006-03-17 14:29:05 +00:00
..
2006-01-01 13:10:10 +00:00
2006-03-13 04:40:11 +00:00
2006-01-01 13:10:10 +00:00
2006-02-19 05:05:42 +00:00
2006-02-19 18:20:51 +00:00
2006-03-16 10:33:23 +00:00
2004-08-11 20:31:39 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2005-12-20 19:17:00 +00:00
2006-02-19 18:20:51 +00:00
2006-02-19 04:29:42 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-01-13 14:30:34 +00:00
2006-03-15 00:15:05 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-03-06 10:06:03 +00:00
2006-03-16 07:31:01 +00:00
2006-02-21 20:12:43 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-03-17 00:15:28 +00:00
2006-03-14 11:14:05 +00:00
2006-03-11 00:25:07 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-03-13 22:59:36 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-03-16 00:40:11 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2006-03-08 14:41:45 +00:00
2006-03-13 04:40:11 +00:00
2006-02-22 07:25:09 +00:00
2006-01-01 13:10:10 +00:00
2006-03-05 16:31:02 +00:00
2006-01-01 13:10:10 +00:00
2006-03-13 04:40:11 +00:00
;
2004-05-16 12:10:35 +00:00