1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00
Files
archived-php-src/ext/standard/tests/strings
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
..
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2005-10-04 07:59:14 +00:00
2006-01-19 21:27:15 +00:00
2003-05-16 06:24:57 +00:00
2003-05-30 13:48:14 +00:00
2005-08-23 12:53:31 +00:00
2003-07-01 03:11:09 +00:00
2003-09-27 18:48:48 +00:00
2004-05-17 20:58:57 +00:00
2004-02-23 19:45:16 +00:00
2004-03-09 14:19:50 +00:00
2005-08-18 06:32:39 +00:00
2005-08-23 21:39:39 +00:00
2006-02-09 15:48:18 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2003-05-19 04:57:01 +00:00
2005-08-16 10:18:43 +00:00
2005-08-17 14:01:06 +00:00
2005-08-17 14:01:06 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-16 14:48:45 +00:00
2004-05-19 08:45:46 +00:00
2005-08-16 10:18:43 +00:00
2004-05-19 08:45:46 +00:00
2005-12-07 15:19:30 +00:00
2004-05-19 08:45:46 +00:00
2005-12-07 15:19:30 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2005-08-16 10:18:43 +00:00
2005-08-16 10:18:43 +00:00
2005-08-17 14:01:06 +00:00
2003-12-22 23:45:53 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00