php-src/ext/standard/tests/strings
Arnaud Le Blanc 18794addbd MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Fixes #43896
2008-11-26 03:00:06 +00:00
..
004.phpt
005.phpt
006-win32.phpt - MFH: fix test on windows 2008-08-21 18:25:13 +00:00
006.phpt - MFH: fix test on windows 2008-08-21 18:25:13 +00:00
007-win32.phpt - MFH: skip 007 on non windows platform and add a win specific version (file not found instead of filename too long) 2008-08-21 11:01:55 +00:00
007.phpt - MFH: skip 007 on non windows platform and add a win specific version (file not found instead of filename too long) 2008-08-21 11:01:55 +00:00
add-and-stripcslashes.phpt
add-and-stripslashes.phpt
addcslashes_001.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addcslashes_002.phpt
addcslashes_003.phpt
addcslashes_004.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addslashes_basic.phpt
addslashes_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addslashes_variation1.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addslashes_variation2.phpt
addslashes_variation3.phpt
basename_basic.phpt
basename_error.phpt
basename_variation.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
bug22227.phpt
bug22904.phpt
bug23650.phpt
bug23894.phpt
bug24098.phpt
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
bug33076.phpt
bug33605.phpt
bug34214.phpt
bug35817.phpt
bug36148.phpt
bug36306.phpt
bug36392.phpt
bug36944.phpt
bug37244.phpt
bug37262.phpt - MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)). 2007-12-09 16:54:52 +00:00
bug38322.phpt
bug38770.phpt
bug39032.phpt
bug39350.phpt
bug39621.phpt
bug39873.phpt
bug40432.phpt
bug40637.phpt
bug40704.phpt
bug40754.phpt
bug40915.phpt
bug42107.phpt
bug42208.phpt
bug43927.phpt add test 2008-01-28 23:07:45 +00:00
bug44242.phpt MFB: Fixed bug #44242 (metaphone('CMXFXM') crashes PHP) 2008-02-25 22:54:57 +00:00
bug44703.phpt MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) 2008-04-11 19:06:12 +00:00
bug45485.phpt - MFB: Fixed bug #45485 (strip_tags and <?XML tag) 2008-07-11 12:25:38 +00:00
bug46578.phpt - MFH: Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote) 2008-11-21 19:16:50 +00:00
chop_basic.phpt
chop_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
chop_variation1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
chop_variation2.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
chop_variation3.phpt
chop_variation4.phpt
chop_variation5.phpt
chr_ord.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
chunk_split_basic.phpt
chunk_split_error.phpt Additional fix for bug #42868 2007-12-24 18:09:50 +00:00
chunk_split_variation1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
chunk_split_variation2.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
chunk_split_variation3.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
chunk_split_variation4.phpt
chunk_split_variation5.phpt Additional fix for bug #42868 2007-12-24 18:09:50 +00:00
chunk_split_variation6.phpt
chunk_split_variation7.phpt
chunk_split_variation8.phpt Additional fix for bug #42868 2007-12-24 18:09:50 +00:00
chunk_split_variation9.phpt
chunk_split_variation10.phpt
chunk_split_variation11.phpt
chunk_split_variation12.phpt
chunk_split_variation13.phpt
chunk_split.phpt
convert_cyr_string.phpt Fix tests (MFH) 2007-11-05 17:43:21 +00:00
count_chars.phpt
crc32_basic.phpt
crc32_error.phpt
crc32_variation1.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
crc32_variation2.phpt
crc32_variation3.phpt
crc32_variation4.phpt
crc32.phpt
crypt.phpt
dirname_basic.phpt
dirname_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
dirname_variation.phpt
explode1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
explode_bug.phpt fix memnstr bug, by Laurent Gaffie 2008-08-05 20:14:27 +00:00
explode.phpt - MFH: Fixed var_export() for array keys 2007-12-18 10:53:39 +00:00
fprintf_error.phpt Use new parameter parsing API 2008-07-01 10:01:09 +00:00
fprintf_variation_001.phpt
fprintf_variation_002.phpt
fprintf_variation_003_64bit.phpt
fprintf_variation_003.phpt
fprintf_variation_004.phpt
fprintf_variation_005.phpt
fprintf_variation_006_64bit.phpt
fprintf_variation_006.phpt
fprintf_variation_007_64bit.phpt
fprintf_variation_007.phpt
fprintf_variation_008_64bit.phpt
fprintf_variation_008.phpt
fprintf_variation_009.phpt
get_html_translation_table_basic1-win32.phpt
get_html_translation_table_basic1.phpt
get_html_translation_table_basic2-win32.phpt
get_html_translation_table_basic2.phpt
get_html_translation_table_basic3-win32.phpt
get_html_translation_table_basic3.phpt
get_html_translation_table_error.phpt
get_html_translation_table_variation1-win32.phpt
get_html_translation_table_variation1.phpt
get_html_translation_table_variation2-win32.phpt
get_html_translation_table_variation2.phpt
get_meta_tags.phpt
highlight_file.phpt fix test 2008-04-13 21:27:18 +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
htmlentities16.phpt
htmlentities17.phpt
htmlentities18.phpt MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) 2008-08-10 13:26:13 +00:00
htmlentities-utf-2.phpt MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and 2008-11-26 03:00:06 +00:00
htmlentities-utf.phpt MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and 2008-11-26 03:00:06 +00:00
htmlentities.phpt
htmlspecialchars_decode_basic.phpt
htmlspecialchars_decode_error.phpt
htmlspecialchars_decode_variation1.phpt
htmlspecialchars_decode_variation2.phpt Additional fix for bug #42868 2007-12-24 18:09:50 +00:00
htmlspecialchars_decode_variation3.phpt
htmlspecialchars_decode_variation4.phpt
htmlspecialchars_decode_variation5.phpt
htmlspecialchars_decode_variation6.phpt
http_build_query.phpt
implode1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
implode.phpt
join_basic.phpt
join_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
join_variation1.phpt fix test : better float values 2007-11-09 08:52:27 +00:00
join_variation2.phpt
join_variation3.phpt
join_variation4.phpt
join_variation5.phpt
join_variation6.phpt
lcfirst.phpt - MFH (lcfirst()) 2008-01-19 19:27:22 +00:00
levenshtein.phpt MFH: sync 2007-11-06 13:38:15 +00:00
ltrim.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
md5_file.phpt
md5.phpt
md5raw.phpt
metaphone.phpt
moneyformat.phpt be more strict in the skipif 2008-01-27 16:54:22 +00:00
nl2br_error.phpt MFH: fix test 2008-08-14 20:33:35 +00:00
nl2br_variation1.phpt
nl2br_variation2.phpt
nl2br_variation3.phpt
nl2br_variation4.phpt
nl2br_variation5.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
nl2br.phpt
pack.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
pathinfo.phpt
php_strip_whitespace.phpt
printf_64bit.phpt fix test 2008-09-16 13:41:34 +00:00
printf.phpt Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de) 2008-09-15 11:47:16 +00:00
quoted_printable_encode_001.phpt MFH: add quoted_printable_encode() 2008-08-14 10:12:21 +00:00
quoted_printable_encode_002.phpt MFH: add quoted_printable_encode() 2008-08-14 10:12:21 +00:00
rtrim.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
setlocale_basic1.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_basic2.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_basic3.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_error.phpt - New parameter parsing API (zend_get_parameters_array_ex--) 2008-08-16 21:32:41 +00:00
setlocale_variation1.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_variation2.phpt
setlocale_variation3.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_variation4.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
setlocale_variation5.phpt fix a bunch of SKIPIF (check for non available locales) 2008-01-27 16:45:43 +00:00
sha1.phpt
sha1raw.phpt
similar_text_basic.phpt - Fixed tests 2008-11-19 16:58:28 +00:00
similar_text_error.phpt - Tests from TestFest 2008-07-14 15:27:19 +00:00
soundex.phpt
sprintf_basic1.phpt
sprintf_basic2.phpt
sprintf_basic3.phpt
sprintf_basic4.phpt
sprintf_basic5.phpt
sprintf_basic6.phpt
sprintf_basic7_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_basic7.phpt
sprintf_basic8_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_basic8.phpt
sprintf_basic9.phpt
sprintf_error.phpt - Tests for parsing parameter api 2008-06-24 22:51:57 +00:00
sprintf_f_2.phpt
sprintf_f_3.phpt
sprintf_f.phpt
sprintf_variation1.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation2.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation3.phpt
sprintf_variation4_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation4.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
sprintf_variation5.phpt fix tests 2007-12-24 04:27:55 +00:00
sprintf_variation6.phpt missing testcases - sprintf() function 2007-11-09 04:20:10 +00:00
sprintf_variation7.phpt missing testcases - sprintf() function 2007-11-09 04:20:10 +00:00
sprintf_variation8.phpt missing testcases - sprintf() function 2007-11-09 04:20:10 +00:00
sprintf_variation9.phpt missing testcases - sprintf() function 2007-11-09 04:20:10 +00:00
sprintf_variation10.phpt
sprintf_variation11.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation12.phpt
sprintf_variation13.phpt
sprintf_variation14.phpt
sprintf_variation15.phpt
sprintf_variation16.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation17.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation18.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation19.phpt
sprintf_variation20.phpt
sprintf_variation21.phpt
sprintf_variation22.phpt
sprintf_variation23.phpt fix test 2008-07-23 09:29:21 +00:00
sprintf_variation24.phpt
sprintf_variation25.phpt
sprintf_variation26.phpt
sprintf_variation27.phpt
sprintf_variation28_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation28.phpt
sprintf_variation29_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation29.phpt
sprintf_variation30.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation31.phpt
sprintf_variation32.phpt
sprintf_variation33.phpt
sprintf_variation34_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation34.phpt
sprintf_variation35_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation35.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
sprintf_variation36.phpt
sprintf_variation37.phpt
sprintf_variation38.phpt
sprintf_variation39.phpt
sprintf_variation40_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation40.phpt
sprintf_variation41_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation41.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
sprintf_variation42.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation43.phpt
sprintf_variation44_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation44.phpt
sprintf_variation45.phpt
sprintf_variation46.phpt
sprintf_variation47.phpt
sprintf_variation48.phpt fix tests 2007-12-24 04:27:55 +00:00
sprintf_variation49.phpt
sprintf_variation50.phpt
sprintf_variation51.phpt
sprintf_variation52.phpt
sprintf_variation53.phpt
str_getcsv_001.phpt - MFH: Added str_getcsv() 2008-11-02 18:24:34 +00:00
str_ireplace.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_pad.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_repeat.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_replace.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_shuffle.phpt
str_split_basic.phpt
str_split_error.phpt
str_split_variation1.phpt
str_split_variation2_64bit.phpt fix test 2007-11-08 10:29:52 +00:00
str_split_variation2.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
str_split_variation3.phpt
str_split_variation4.phpt
str_split_variation5.phpt
str_split_variation6_64bit.phpt fix tests 2007-11-08 11:19:32 +00:00
str_split_variation6.phpt fix tests 2007-11-08 11:19:32 +00:00
str_split_variation7_64bit.phpt fix tests 2007-11-08 11:19:32 +00:00
str_split_variation7.phpt fix tests 2007-11-08 11:19:32 +00:00
str_word_count1.phpt
str_word_count.phpt
strcasecmp.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strcmp.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strcspn_basic.phpt
strcspn_error.phpt
strcspn_variation1.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
strcspn_variation2.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
strcspn_variation3.phpt fix test for linux64 - choosing smaller float values 2007-11-14 16:31:45 +00:00
strcspn_variation4.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
strcspn_variation5.phpt
strcspn_variation6.phpt
strcspn_variation7.phpt
strcspn_variation8.phpt
strcspn_variation9.phpt
strcspn_variation10.phpt
strcspn_variation11.phpt
strcspn_variation12.phpt
strcspn.phpt
strings001.phpt
strip_tags_basic1.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_basic2.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strip_tags_variation1.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strip_tags_variation2.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation3.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strip_tags_variation4.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation5.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation6.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation7.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation8.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation9.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation10.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
strip_tags_variation11.phpt MFH: Fix bug when < is used within attribute. 2008-07-15 14:46:12 +00:00
strip_tags.phpt
stripos_basic1.phpt
stripos_basic2.phpt
stripos_error.phpt
stripos_variation1.phpt
stripos_variation2.phpt
stripos_variation3.phpt
stripos_variation4.phpt
stripos_variation5.phpt
stripos_variation6.phpt
stripos_variation7.phpt
stripos_variation8.phpt
stripos_variation9.phpt
stripos_variation10.phpt fix tests 2007-11-09 12:02:42 +00:00
stripos_variation11.phpt
stripos_variation12.phpt
stripos_variation13.phpt
stripos_variation14.phpt
stripos_variation15.phpt
stripos.phpt
stripslashes_basic.phpt
stripslashes_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
stripslashes_variation1.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
stripslashes_variation2.phpt MFH: Fixed test after fixing bug #44830 2008-05-12 05:08:49 +00:00
stripslashes_variation3.phpt
stripslashes_variation4.phpt
stripslashes_variation5.phpt
stristr2.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
stristr.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
strlen.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strnatcasecmp_basic.phpt PHP Testfest. Tests done by Felix De Vliegher 2008-07-10 23:46:49 +00:00
strnatcasecmp_variation1.phpt PHP Testfest. Tests done by Felix De Vliegher 2008-07-10 23:46:49 +00:00
strncasecmp_basic.phpt
strncasecmp_error.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation1.phpt
strncasecmp_variation2.phpt
strncasecmp_variation3.phpt
strncasecmp_variation4.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation5.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation6.phpt
strncasecmp_variation7.phpt
strncasecmp_variation8.phpt
strncasecmp_variation9.phpt
strncasecmp_variation10.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation11.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_basic.phpt
strncmp_error.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation1.phpt
strncmp_variation2.phpt
strncmp_variation3.phpt
strncmp_variation4.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation5.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation6.phpt
strncmp_variation7.phpt
strncmp_variation8.phpt
strncmp_variation9.phpt
strpbrk_basic.phpt Tests for strpbrk(), testfest.php.net task #91 and #92. 2008-07-15 11:14:42 +00:00
strpbrk_error.phpt Tests for strpbrk(), testfest.php.net task #91 and #92. 2008-07-15 11:14:42 +00:00
strpos_number.phpt add new test 2008-01-22 15:42:36 +00:00
strpos.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_basic.phpt
strrchr_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation1.phpt
strrchr_variation2.phpt
strrchr_variation3.phpt
strrchr_variation4.phpt
strrchr_variation5.phpt
strrchr_variation6.phpt
strrchr_variation7.phpt
strrchr_variation8.phpt
strrchr_variation9.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation10.phpt fix tests 2007-11-09 12:02:42 +00:00
strrchr_variation11.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation12.phpt
strrchr.phpt
strrev_basic.phpt
strrev_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strrev_variation1.phpt
strrev_variation2.phpt
strrev_variation3.phpt
strrev_variation4.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strrev.phpt
strripos_offset.phpt
strripos.phpt
strrpos_basic1.phpt
strrpos_basic2.phpt
strrpos_error.phpt
strrpos_offset.phpt MFH: Fix integer oveflow in strrpos() 2008-07-22 01:10:58 +00:00
strrpos_variation1.phpt
strrpos_variation2.phpt
strrpos_variation3.phpt
strrpos_variation4.phpt
strrpos_variation5.phpt
strrpos_variation6.phpt
strrpos_variation7.phpt
strrpos_variation8.phpt
strrpos_variation9.phpt
strrpos_variation10.phpt fix tests 2007-11-09 12:02:42 +00:00
strrpos_variation11.phpt
strrpos_variation12.phpt
strrpos_variation13.phpt
strrpos_variation14.phpt
strrpos_variation15.phpt
strrpos.phpt
strspn_basic.phpt
strspn_error.phpt
strspn_variation1.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
strspn_variation2.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
strspn_variation3.phpt fix test for linux64 - choosing smaller float values 2007-11-14 16:31:45 +00:00
strspn_variation4.phpt fix test for linux64 - choosing smaller float values 2007-11-14 16:31:45 +00:00
strspn_variation5.phpt
strspn_variation6.phpt
strspn_variation7.phpt
strspn_variation8.phpt
strspn_variation9.phpt
strspn_variation10.phpt
strspn_variation11.phpt
strspn_variation12.phpt
strspn.phpt
strstr2.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
strstr.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
strtok_basic.phpt
strtok_error.phpt - New parameter parsing API (zend_get_parameters_array_ex--) 2008-08-16 21:32:41 +00:00
strtok_variation1.phpt - New parameter parsing API (zend_get_parameters_array_ex--) 2008-08-16 21:32:41 +00:00
strtok_variation2.phpt - New parameter parsing API (zend_get_parameters_array_ex--) 2008-08-16 21:32:41 +00:00
strtok_variation3.phpt
strtok_variation4.phpt
strtok_variation5.phpt
strtok_variation6.phpt
strtok_variation7.phpt
strtolower-win32.phpt - new params parsing API 2008-08-21 12:05:30 +00:00
strtolower.phpt - MFH: don't skip if windows matches 2008-08-21 12:13:50 +00:00
strtoupper1-win32.phpt - new API 2008-08-21 12:25:07 +00:00
strtoupper1.phpt - new API 2008-08-21 12:25:07 +00:00
strtoupper.phpt
strtr_basic.phpt
strtr_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr_variation1.phpt
strtr_variation2.phpt
strtr_variation3.phpt
strtr_variation4.phpt
strtr_variation5.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr_variation6.phpt
strtr_variation7.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr_variation8.phpt
strtr_variation9.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr.phpt
strval.phpt
substr_compare.phpt MFH: Fix inconcistencies between substr and substr_compare 2008-02-13 17:02:16 +00:00
substr_count_basic.phpt
substr_count_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
substr_count_variation_001.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
substr_count_variation_002.phpt
substr_replace.phpt
substr.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
trim1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
trim.phpt
ucfirst.phpt - Making sure the tests are not failing after modifications to the new 2008-01-16 12:56:20 +00:00
ucwords_basic.phpt
ucwords_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
ucwords_variation1.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
ucwords_variation2.phpt
ucwords_variation3.phpt
ucwords_variation4.phpt
unpack.phpt
url_t.phpt
uuencode.phpt
vfprintf_basic.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vfprintf_error1.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vfprintf_error2.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vfprintf_error3.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vfprintf_error4.phpt - MFH: New parameter parsing API (for *printf()) 2008-08-10 21:49:01 +00:00
vfprintf_variation1.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vsprintf_basic1.phpt
vsprintf_basic2.phpt
vsprintf_basic3.phpt
vsprintf_basic4.phpt
vsprintf_basic5.phpt
vsprintf_basic6.phpt
vsprintf_basic7_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_basic7.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_basic8.phpt
vsprintf_basic9.phpt
vsprintf_error.phpt - Tests for parsing parameter api 2008-06-24 22:51:57 +00:00
vsprintf_variation1.phpt fix tests: better float values 2007-12-03 12:02:29 +00:00
vsprintf_variation2.phpt fix tests: better float values 2007-12-03 12:02:29 +00:00
vsprintf_variation3.phpt
vsprintf_variation4_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation4.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
vsprintf_variation5.phpt
vsprintf_variation6.phpt
vsprintf_variation7.phpt
vsprintf_variation8.phpt fix test 2008-02-07 13:44:50 +00:00
vsprintf_variation9.phpt
vsprintf_variation10.phpt
vsprintf_variation11_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation11.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation12_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation12.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation13_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation13.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation14_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation14.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation15_64bit.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
vsprintf_variation15.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
vsprintf_variation16_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation16.phpt Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery) 2007-12-17 10:02:13 +00:00
vsprintf_variation17.phpt
vsprintf_variation18.phpt
vsprintf_variation19_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation19.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
wordwrap_basic.phpt
wordwrap_error.phpt
wordwrap_variation1.phpt fix tests : better float values 2007-12-03 13:03:31 +00:00
wordwrap_variation2.phpt
wordwrap_variation3.phpt fix tests : better float values 2007-12-03 13:03:31 +00:00
wordwrap_variation4.phpt
wordwrap_variation5.phpt
wordwrap.phpt