php-src/ext/standard/tests/strings
Moriyoshi Koizumi a1e6457561 Fixed bug #21744(21741)
Added test case for the bug
2003-01-19 11:32:54 +00:00
..
004.phpt - Fix test, in some cases the first significant number in the time 2002-10-31 06:37:18 +00:00
add-and-stripcslashes.phpt We're testing stripCslashes() here :) 2002-10-06 19:26:56 +00:00
add-and-stripslashes.phpt Fixed stripslashes when magic_quotes_sybase is enabled, and add a test for 2002-06-18 11:51:06 +00:00
bin2hex.phpt Some string tests 2002-10-06 19:12:22 +00:00
bug20108.phpt Added expected output. 2002-10-26 20:55:48 +00:00
bug20169.phpt Prevent warnings under safe mode 2002-11-14 18:38:38 +00:00
bug20261.phpt Fixed typo 2002-11-05 17:46:36 +00:00
bug20927.phpt Fixed bug #20927 and updated the test case for the bug. 2002-12-12 13:38:19 +00:00
bug20934.phpt MFB 2002-12-12 21:44:53 +00:00
bug21338.phpt Fixed bug #21338 (crash inside html_entity_decode() when "" is passed). 2003-01-02 19:49:30 +00:00
bug21453.phpt Fixed bug #21453 (improper handling of non-terminated <). 2003-01-06 22:13:03 +00:00
bug21730.phpt Fixed typo 2003-01-18 19:02:21 +00:00
bug21744.phpt Fixed bug #21744(21741) 2003-01-19 11:32:54 +00:00
chr_ord.phpt Some string tests 2002-10-06 19:12:22 +00:00
chunk_split.phpt Some string tests 2002-10-06 19:12:22 +00:00
count_chars.phpt Some string tests 2002-10-06 19:12:22 +00:00
crc32.phpt Fixed the test so it works properly on both 32 and 64 bit platforms. 2002-11-16 17:26:26 +00:00
explode.phpt - Document were the first test came from. 2002-10-11 18:06:15 +00:00
htmlentities01.phpt Disabled output_handler in INI section 2002-11-03 08:37:59 +00:00
htmlentities02.phpt Fixed the tests so that they won't be affected by the ini setting of 2002-11-12 21:37:54 +00:00
htmlentities03.phpt Fixed the tests so that they won't be affected by the ini setting of 2002-11-12 21:37:54 +00:00
htmlentities04.phpt Fixed the tests so that they won't be affected by the ini setting of 2002-11-12 21:37:54 +00:00
htmlentities05.phpt Added skip conditions in the event the required charset is not avaliabled. 2002-11-08 01:12:03 +00:00
htmlentities06.phpt hide possible warnings 2002-11-08 17:03:06 +00:00
htmlentities07.phpt Added skip conditions in the event the required charset is not avaliabled. 2002-11-08 01:12:03 +00:00
htmlentities08.phpt Added skip conditions in the event the required charset is not avaliabled. 2002-11-08 01:12:03 +00:00
htmlentities09.phpt Added skip conditions in the event the required charset is not avaliabled. 2002-11-08 01:12:03 +00:00
htmlentities10.phpt fine tune 2002-10-26 16:09:50 +00:00
htmlentities11.phpt fine tune 2002-10-26 16:09:50 +00:00
htmlentities12.phpt fine tune 2002-10-26 16:09:50 +00:00
htmlentities13.phpt fine tune 2002-10-26 16:09:50 +00:00
htmlentities14.phpt fine tune 2002-10-26 16:09:50 +00:00
htmlentities.phpt Disabled output_handler in INI section 2002-11-03 08:37:59 +00:00
implode.phpt Fixed implode test 2002-10-22 17:17:56 +00:00
nl2br.phpt - Add case for bug 19858 2002-10-11 11:03:36 +00:00
str_repeat.phpt Add testcases for implode() and str_repeat() 2002-10-06 11:26:49 +00:00
str_shuffle.phpt README.TESTING examples 2002-10-25 10:46:19 +00:00
strcspn.phpt split tests 2002-10-26 16:48:03 +00:00
strings001.phpt - fix type 2002-10-26 20:07:49 +00:00
strip_tags.phpt Fixed bug #20664. 2002-11-27 06:20:19 +00:00
strpos.phpt Added tests for strstr(), strpos() and substr_count() functions. 2002-10-07 21:07:42 +00:00
strrev.phpt Added test for strrev() function. 2002-10-08 21:51:59 +00:00
strspn.phpt split tests 2002-10-26 16:48:03 +00:00
strstr.phpt Added tests for strstr(), strpos() and substr_count() functions. 2002-10-07 21:07:42 +00:00
strtoupper.phpt Add locale for BSDi 2002-10-29 17:43:08 +00:00
strtr.phpt README.TESTING examples 2002-10-25 10:46:19 +00:00
substr_count.phpt Added tests for strstr(), strpos() and substr_count() functions. 2002-10-07 21:07:42 +00:00
trim.phpt Some string tests 2002-10-06 19:12:22 +00:00
url_t.phpt Fixed bug #21226 (parse_url handling of urls without a path). 2002-12-30 16:42:49 +00:00
wordwrap.phpt Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.) 2002-03-18 02:00:57 +00:00