php-src/ext/standard/tests/strings
2002-10-11 15:19:57 +00:00
..
001.phpt Test case for strspn()/strcspn(). 2002-09-25 19:08:38 +00:00
002.phpt Making strrchr() binary safe. 2002-10-02 18:58:09 +00:00
003.phpt Test case for str_shuffle(). 2002-10-09 10:53:27 +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
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 Some string tests 2002-10-06 19:12:22 +00:00
explode.phpt Added test for explode() function. 2002-10-11 15:19:57 +00:00
implode.phpt - Use error_reporting E_ALL 2002-10-08 07:55:02 +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
strip_tags.phpt Added a test script for strip_tags() function. 2002-09-21 17:34:45 +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
strstr.phpt Added tests for strstr(), strpos() and substr_count() functions. 2002-10-07 21:07:42 +00:00
strtr.phpt fix strtr() when called with two parameters. this has been broken for some time! 2001-09-13 10:48:41 +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 Added expected data to parse_url() test 2002-10-06 16:15:06 +00:00
wordwrap.phpt Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.) 2002-03-18 02:00:57 +00:00