php-src/ext/standard/tests/strings
2006-10-09 18:09:42 +00:00
..
004.phpt
add-and-stripcslashes.phpt fix test 2006-08-09 20:34:00 +00:00
add-and-stripslashes.phpt - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
basename.phpt fix test in unicode mode 2006-08-07 22:16:09 +00:00
bin2hex.phpt fix test 2006-08-07 22:14:15 +00:00
bug20108.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
bug20169.phpt
bug20261.phpt
bug20927.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
bug20934.phpt
bug21338.phpt
bug21453.phpt Unicode support 2005-10-04 07:59:14 +00:00
bug21730.phpt
bug21744.phpt
bug22008.phpt Real fix and a test case for bug #22008 2003-05-04 12:44:36 +00:00
bug22187.phpt Unicode stuff is changed according to decision maden on PDM. 2006-01-17 12:18:53 +00:00
bug22207.phpt Fixed bug #28633 (sprintf incorrectly adding padding to floats). 2004-07-18 17:27:49 +00:00
bug22224.phpt - MFB 2006-05-25 10:50:53 +00:00
bug22227.phpt Fixed bug #22227 2003-02-15 15:57:31 +00:00
bug22904.phpt oops 2003-04-01 12:54:35 +00:00
bug23650.phpt copy'n'paste failure 2003-05-16 06:24:57 +00:00
bug23894.phpt fix tests 2006-06-20 19:49:44 +00:00
bug24098.phpt fix test 2006-08-07 22:14:15 +00:00
bug24208.phpt Test engine is improved to support unicode mode 2005-08-15 14:37:55 +00:00
bug24281.phpt Fix up test 2003-07-01 03:11:09 +00:00
bug24312.phpt Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters) 2003-06-24 15:23:17 +00:00
bug25671.phpt fix tests 2006-06-20 19:49:44 +00:00
bug25707.phpt Fixed bug #25707 (html_entity_decode over-decodes <) 2003-10-02 06:57:21 +00:00
bug26817.phpt Fixed bug #26819 (http_build_query() crashes on NULL output). 2004-01-06 20:07:07 +00:00
bug26819.phpt Fixed bug #26819 (http_build_query() crashes on NULL output). 2004-01-06 20:07:07 +00:00
bug26878.phpt Fixed bug #26878 (problem with multiple references to the same variable 2004-01-13 23:11:31 +00:00
bug26973.phpt Correct output. 2004-05-17 20:58:57 +00:00
bug27276.phpt - Added testcase for bug #27276 2004-02-23 19:45:16 +00:00
bug27278.phpt fix tests 2006-06-20 19:49:44 +00:00
bug27295.phpt Fixed bug #27295 (memory leak inside sscanf()). 2004-02-18 19:48:13 +00:00
bug27457.phpt test for bug #27457 2004-03-09 14:19:50 +00:00
bug27675.phpt BugFix 27675 and add regression test. 2004-03-26 19:23:42 +00:00
bug28386.phpt Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). 2004-05-13 17:44:23 +00:00
bug28633.phpt Fixed bug #28633 (sprintf incorrectly adding padding to floats). 2004-07-18 17:27:49 +00:00
bug29075.phpt Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
bug29119.phpt Fixed tests 2005-08-18 06:32:39 +00:00
bug29538.phpt - Fixed Bug #29538 number_format and problem with 0 2006-07-16 10:49:06 +00:00
bug33076.phpt fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault) 2005-05-20 14:23:42 +00:00
bug33605.phpt MF51: fix possible substr_compare() crash 2006-04-25 12:49:04 +00:00
bug34214.phpt Test for bug #34214 2005-08-23 21:39:39 +00:00
bug35817.phpt MFB51: Fixed bug #35817 (unpack() does not decode odd number of hexadecimal 2005-12-28 20:56:22 +00:00
bug36148.phpt MFB51: Fixed bug #36148 (unpack("H*hex", $data) is adding an extra 2006-01-26 15:48:15 +00:00
bug36306.phpt - MFB: 2006-02-09 15:48:18 +00:00
bug36944.phpt make this test to work on all systems 2006-04-14 20:30:47 +00:00
bug37244.phpt MFB: bug #37244 (base64_decode violates RFC 3548) 2006-06-26 22:17:43 +00:00
bug37262.phpt MFB: Fixed bug #37262 (var_export() does not escape \0 character). 2006-10-09 18:09:42 +00:00
bug38322.phpt add new test 2006-08-04 15:01:29 +00:00
bug39032.phpt fix #39032 (strcspn() stops on null character) 2006-10-04 11:12:21 +00:00
chr_ord.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
chunk_split.phpt Fixed bug #32530 (chunk_split() does not append endstr if chunklen is 2005-04-03 18:08:40 +00:00
count_chars.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
crc32.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
crypt.phpt Added skip condition. 2003-05-19 04:57:01 +00:00
explode.phpt MFB: Fixed bug #37262 (var_export() does not escape \0 character). 2006-10-09 18:09:42 +00:00
htmlentities01.phpt
htmlentities02.phpt Changed the test so it would not fail on some old platforms. 2003-05-26 22:16:14 +00:00
htmlentities03.phpt
htmlentities04.phpt
htmlentities05.phpt
htmlentities06.phpt
htmlentities07.phpt
htmlentities08.phpt
htmlentities09.phpt
htmlentities10.phpt
htmlentities11.phpt
htmlentities12.phpt
htmlentities13.phpt
htmlentities14.phpt
htmlentities15.phpt Fix tests on freebsd 2006-08-27 15:06:15 +00:00
htmlentities16.phpt Really fix the test. 2003-04-30 16:30:44 +00:00
htmlentities17.phpt - Fix htmlentities() / html_decode_entity() UTF-8 related bugs 2005-01-11 20:44:04 +00:00
htmlentities.phpt Unicode support 2005-08-17 14:01:06 +00:00
http_build_query.phpt MFB51: Added tests for new parse_url() and http_build_query() functionality. 2005-12-04 17:58:53 +00:00
implode1.phpt add test 2006-08-22 19:51:34 +00:00
implode.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
md5.phpt - Added new parameter to sha1() and md5() which return the digest as 2003-02-18 20:31:19 +00:00
md5raw.phpt - Added new parameter to sha1() and md5() which return the digest as 2003-02-18 20:31:19 +00:00
nl2br.phpt fix test 2006-08-08 22:05:20 +00:00
pathinfo.phpt fix test 2006-08-08 09:23:11 +00:00
sha1.phpt - Fixed testcase... you can never trust on RFCs it seems 2003-02-20 16:15:41 +00:00
sha1raw.phpt - Fixed testcase... you can never trust on RFCs it seems 2003-02-20 16:15:41 +00:00
sprintf_f.phpt - Add new test 2004-05-16 14:48:45 +00:00
str_repeat.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
str_replace.phpt add test 2006-10-05 19:49:20 +00:00
str_shuffle.phpt fix tests 2006-06-20 19:49:44 +00:00
str_word_count.phpt fix tests 2006-08-28 19:52:01 +00:00
strcspn.phpt Unicode support 2005-08-16 10:18:43 +00:00
strings001.phpt use memrchr/zend_memrchr instead of strrchr 2006-08-08 09:48:08 +00:00
strip_tags.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
stripos.phpt don't try to compare strings if haystack is "" or shorter than needle 2006-07-12 12:33:04 +00:00
stristr.phpt Fixed tests 2005-12-07 15:19:30 +00:00
strpos.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
strrchr.phpt add new test 2006-08-08 09:50:54 +00:00
strrev.phpt Fixed tests 2005-12-07 15:19:30 +00:00
strripos.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
strrpos.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
strspn.phpt Unicode support 2005-08-16 10:18:43 +00:00
strstr.phpt Unicode support 2005-08-16 10:18:43 +00:00
strtotitle.phpt - Commit intermediate work so that I can hack on it on some plane. 2006-03-26 02:15:47 +00:00
strtoupper.phpt Unicode support 2005-08-17 14:01:06 +00:00
strtr2.phpt unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
strtr3.phpt Test for strtr() with non-ascii encoding 2006-03-27 14:37:14 +00:00
strtr.phpt Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed test 2006-03-27 10:15:02 +00:00
strval.phpt Unicode stuff is changed according to decision maden on PDM. 2006-01-17 12:18:53 +00:00
substr_compare.phpt fix tests 2006-06-20 19:49:44 +00:00
substr_count.phpt Added offset & length parameters to substr_count() function. 2005-06-18 18:23:12 +00:00
substr_replace.phpt Fixed craches in substr_replace() 2005-09-08 12:40:01 +00:00
trim.phpt fix tests to be able to run just .phpt's 2006-08-08 22:01:24 +00:00
ucfirst.phpt - Fixed bug in ucfirst() implementation. If the tmp_len = 0 then it will not 2006-03-17 14:29:05 +00:00
url_t.phpt MFB: Fixed bug #38859 (parse_url() fails if passing '@' in passwd). 2006-09-28 14:52:55 +00:00
wordwrap.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00