php-src/ext/standard/tests/strings
2006-10-06 14:50:46 +00:00
..
004.phpt
add-and-stripcslashes.phpt
add-and-stripslashes.phpt
basename.phpt
bin2hex.phpt
bug20108.phpt
bug20169.phpt
bug20261.phpt
bug20927.phpt
bug20934.phpt
bug21338.phpt
bug21453.phpt
bug21730.phpt
bug21744.phpt
bug22008.phpt
bug22187.phpt
bug22207.phpt
bug22224.phpt - Update test 2006-05-25 10:46:53 +00:00
bug22227.phpt
bug22904.phpt
bug23650.phpt
bug23894.phpt
bug24098.phpt fix test 2006-07-16 15:59:08 +00:00
bug24208.phpt
bug24281.phpt
bug24312.phpt
bug25671.phpt
bug25707.phpt
bug26817.phpt
bug26819.phpt
bug26878.phpt
bug26973.phpt
bug27276.phpt
bug27278.phpt
bug27295.phpt
bug27457.phpt
bug27675.phpt
bug28386.phpt
bug28633.phpt
bug29075.phpt
bug29119.phpt
bug29538.phpt - MFH Fixed Bug #29538 number_format and problem with 0 2006-07-16 10:50:58 +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 fix possible substr_compare() crash 2006-04-25 12:48:42 +00:00
bug34214.phpt MFH 2005-08-23 21:40:26 +00:00
bug35817.phpt Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values) 2005-12-28 20:55:14 +00:00
bug36148.phpt Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the 2006-01-26 15:45:33 +00:00
bug36306.phpt - revert last fix 2006-02-09 15:33:53 +00:00
bug36944.phpt ok, let's make this test to work on all systems 2006-04-14 20:30:11 +00:00
bug37244.phpt MFH: test for bug #37244 2006-06-26 22:20:27 +00:00
bug38322.phpt add new test 2006-08-04 15:01:37 +00:00
bug39032.phpt MFH: fix #39032 (strcspn() stops on null character) 2006-10-04 11:14:32 +00:00
chr_ord.phpt
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
crc32.phpt
crypt.phpt
explode.phpt Add support for negative values of limit of explode(). If limit is negative 2004-07-18 11:34:28 +00:00
htmlentities01.phpt
htmlentities02.phpt
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:53 +00:00
htmlentities16.phpt
htmlentities17.phpt
htmlentities.phpt
http_build_query.phpt Added tests for new parse_url() and http_build_query() functionality. 2005-12-04 17:58:15 +00:00
implode1.phpt add test for real 2006-08-22 20:10:50 +00:00
implode.phpt
md5.phpt
md5raw.phpt
nl2br.phpt
pathinfo.phpt MFH 2006-07-17 06:45:08 +00:00
sha1.phpt
sha1raw.phpt
sprintf_f.phpt
str_repeat.phpt
str_replace.phpt re-add the test 2006-10-06 14:50:46 +00:00
str_shuffle.phpt
str_word_count.phpt Fixed bug #35427 (str_word_count() handles '-' incorrectly). 2005-11-29 16:14:19 +00:00
strcspn.phpt
strings001.phpt use memrchr/zend_memrchr instead of strrchr 2006-08-08 10:22:25 +00:00
strip_tags.phpt
stripos.phpt fix invalid read - no need to compare strings if haystack is "" or shorter than needle 2006-07-12 12:33:48 +00:00
strpos.phpt
strrchr.phpt add new test 2006-08-08 09:51:06 +00:00
strrev.phpt
strripos.phpt
strrpos.phpt
strspn.phpt
strstr.phpt
strtoupper.phpt
strtr.phpt
strval.phpt Add some more cases 2005-04-15 22:25:03 +00:00
substr_compare.phpt remove nonexistent tag 2006-04-25 12:49:59 +00:00
substr_count.phpt Added offset & length parameters to substr_count() function. 2005-06-18 18:23:12 +00:00
substr_replace.phpt
trim.phpt
url_t.phpt Fixed bug #38859 (parse_url() fails if passing '@' in passwd). 2006-09-28 14:52:31 +00:00
wordwrap.phpt