php-src/ext/standard/tests/strings
2009-07-28 19:16:02 +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 fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
addcslashes_002.phpt split one more ten-in-one test 2007-09-09 22:28:06 +00:00
addcslashes_003.phpt split one more ten-in-one test 2007-09-09 22:28:06 +00:00
addcslashes_004.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addslashes_basic.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
addslashes_error.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
addslashes_variation1.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
addslashes_variation2.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
addslashes_variation3.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
basename_basic.phpt
basename_error.phpt
basename_variation.phpt
basename.phpt
bin2hex_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
bin2hex_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
bin2hex_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
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 New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
bug38322.phpt
bug38770.phpt - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
bug39032.phpt
bug39350.phpt
bug39621.phpt
bug39873.phpt
bug40432.phpt
bug40637.phpt
bug40704.phpt
bug40754.phpt MFH 2009-04-24 19:48:41 +00:00
bug40915.phpt MFH 2009-04-25 21:13:07 +00:00
bug42107.phpt MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters) 2007-07-26 15:24:06 +00:00
bug42208.phpt Fixed bug #42208 (substr_replace() crashes when the same array is passed 2007-08-05 14:47:42 +00:00
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 MFH 2009-04-25 21:13:07 +00:00
bug45166.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +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
bug47322.phpt - Improve test 2009-02-06 10:40:28 +00:00
bug47443.phpt - New test 2009-02-18 22:53:56 +00:00
bug47481.phpt - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly) 2009-07-17 11:13:51 +00:00
bug48709.phpt - MFH: Fixed bug #48709 (metaphone and 'wh') 2009-06-30 11:46:20 +00:00
chop_basic.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
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 New testcases for chop() 2007-09-14 18:58:02 +00:00
chop_variation4.phpt New testcases for chop() 2007-09-14 18:58:02 +00:00
chop_variation5.phpt New testcases for chop() 2007-09-14 18:58:02 +00:00
chr_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
chr_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
chr_ord.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
chr_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
chunk_split_basic.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
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 tests to be more portable 2009-07-23 19:06:56 +00:00
chunk_split_variation3.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
chunk_split_variation4.phpt - Fix test 2009-07-23 16:25:07 +00:00
chunk_split_variation5.phpt - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
chunk_split_variation6.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
chunk_split_variation7.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
chunk_split_variation8.phpt - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
chunk_split_variation9.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
chunk_split_variation10.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
chunk_split_variation11.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
chunk_split_variation12.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
chunk_split_variation13.phpt New testcases for chunk_split() function 2007-09-29 16:49:41 +00:00
chunk_split.phpt
convert_cyr_string_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_cyr_string_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_cyr_string_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_cyr_string.phpt Fix tests (MFH) 2007-11-05 17:43:21 +00:00
convert_uudecode_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_uudecode_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_uudecode_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_uuencode_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_uuencode_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_uuencode_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
count_chars_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
count_chars_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
count_chars_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
count_chars_variation2.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
count_chars.phpt
crc32_basic.phpt New testcases for crc32() function 2007-09-26 06:03:55 +00:00
crc32_error.phpt New testcases for crc32() function 2007-09-26 06:03:55 +00:00
crc32_variation1.phpt fix tests: better float values 2007-11-09 07:19:00 +00:00
crc32_variation2.phpt New testcases for crc32() function 2007-09-26 06:03:55 +00:00
crc32_variation3.phpt New testcases for crc32() function 2007-09-26 06:03:55 +00:00
crc32_variation4.phpt New testcases for crc32() function 2007-09-26 06:03:55 +00:00
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 MFH: Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:26 +00:00
explode_bug.phpt fix memnstr bug, by Laurent Gaffie 2008-08-05 20:14:27 +00:00
explode_error.phpt New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:35:00 +00:00
explode_variation1.phpt New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:35:00 +00:00
explode_variation2.phpt New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:35:00 +00:00
explode_variation3.phpt New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:35:00 +00:00
explode_variation4.phpt New explode() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:35:00 +00:00
explode_variation5.phpt MFH: Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:26 +00:00
explode_variation6.phpt MFH: Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:26 +00:00
explode.phpt MFH: Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:26 +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 New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_basic1.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_basic2-win32.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_basic2.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_basic3-win32.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_basic3.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_error.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_variation1-win32.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_variation1.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_variation2-win32.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_html_translation_table_variation2.phpt New testcases for get_html_translation_table() function 2007-10-08 15:21:13 +00:00
get_meta_tags.phpt
hebrev_basic.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrev_error.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrev_variation1.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrev_variation2.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrevc_basic.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrevc_error.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrevc_variation1.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrevc_variation2.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
highlight_file.phpt MFH: Implemented manual scanning for strings/comments, plus misc. fixes 2009-05-05 01:35:44 +00:00
htmlentities01.phpt MFH 2009-04-25 21:13:07 +00:00
htmlentities02.phpt
htmlentities03.phpt
htmlentities04.phpt Added a note indicating that the tests may fail to due libc implementation 2007-09-13 15:36:37 +00:00
htmlentities05.phpt
htmlentities06.phpt
htmlentities07.phpt
htmlentities08.phpt
htmlentities09.phpt New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:31 +00:00
htmlentities10.phpt
htmlentities11.phpt
htmlentities12.phpt
htmlentities13.phpt
htmlentities14.phpt
htmlentities15.phpt Added a note indicating that the tests may fail to due libc implementation 2007-09-13 15:36:37 +00:00
htmlentities16.phpt New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:31 +00:00
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_basic.phpt New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:31 +00:00
htmlspecialchars_decode_basic.phpt New testcases for htmlspecialchars_decode() function 2007-09-29 16:51:42 +00:00
htmlspecialchars_decode_error.phpt New testcases for htmlspecialchars_decode() function 2007-09-29 16:51:42 +00:00
htmlspecialchars_decode_variation1.phpt New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:31 +00:00
htmlspecialchars_decode_variation2.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
htmlspecialchars_decode_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
htmlspecialchars_decode_variation4.phpt New testcases for htmlspecialchars_decode() function 2007-09-29 16:51:42 +00:00
htmlspecialchars_decode_variation5.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
htmlspecialchars_decode_variation6.phpt New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:31 +00:00
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 New testcases for join() function 2007-09-29 16:52:54 +00:00
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 MFH: Fixed bug #42789 2007-10-01 12:05:41 +00:00
join_variation3.phpt New testcases for join() function 2007-09-29 16:52:54 +00:00
join_variation4.phpt New testcases for join() function 2007-09-29 16:52:54 +00:00
join_variation5.phpt New testcases for join() function 2007-09-29 16:52:54 +00:00
join_variation6.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
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_basic.phpt New ltrim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 15:47:59 +00:00
ltrim_error.phpt New ltrim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 15:47:59 +00:00
ltrim_variation1.phpt New ltrim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 15:47:59 +00:00
ltrim_variation2.phpt New ltrim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 15:47:59 +00:00
ltrim.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
md5_file.phpt - Fixed tests 2009-01-09 02:11:54 +00:00
md5.phpt
md5raw.phpt
metaphone.phpt
money_format_basic1.phpt fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems 2009-07-17 15:56:36 +00:00
money_format_error.phpt fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems 2009-07-17 15:56:36 +00:00
money_format_variation1.phpt fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems 2009-07-17 15:56:36 +00:00
money_format_variation2.phpt fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems 2009-07-17 15:56:36 +00:00
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 fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl2br_variation2.phpt New testcases for nl2br() function 2007-10-05 18:46:02 +00:00
nl2br_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl2br_variation4.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl2br_variation5.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
nl2br.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl_langinfo_basic.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
nl_langinfo_error1.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
nl_langinfo_variation1.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
number_format_basic.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
number_format_error.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
ord_basic.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
ord_error.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
ord_variation1.phpt New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 22:51:02 +00:00
pack.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
parse_str_basic1.phpt New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:44 +00:00
parse_str_basic2.phpt New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:44 +00:00
parse_str_basic3.phpt - Fix test 2009-07-24 19:51:55 +00:00
parse_str_basic4.phpt New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:44 +00:00
parse_str_error1.phpt New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:44 +00:00
pathinfo.phpt
php_strip_whitespace.phpt
print_basic.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
print_variation1.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_64bit.phpt fix tests 2009-01-21 12:50:10 +00:00
printf_basic1.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic2.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic3.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic4.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic5.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic6.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic7.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic8.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_basic9.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_error.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_variation1.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf_variation2.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
printf.phpt Fix test 2009-01-22 00:23:01 +00:00
quoted_printable_decode_basic.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
quoted_printable_decode_error.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
quoted_printable_decode_variation1.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +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
quotemeta_basic.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
quotemeta_error.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
rtrim_basic.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
rtrim_error.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
rtrim_variation1.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
rtrim_variation2.phpt New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +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 New testcases for setlocale() function 2007-10-05 19:32:28 +00:00
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_basic.phpt New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:45 +00:00
sha1_error.phpt New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:45 +00:00
sha1_file.phpt New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:45 +00:00
sha1_variation1.phpt New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:45 +00:00
sha1_variation2.phpt New sha1f() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 19:37:45 +00:00
sha1.phpt changes to run-tests.php: 2007-09-14 15:28:03 +00:00
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 New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic2.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic3.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic4.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic5.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic6.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_basic7_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_basic7.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_basic8_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_basic8.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_basic9.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
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 New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation4_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation4.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +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 New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation11.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation12.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation13.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation14.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation15.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
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 New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation20.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation21.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation22.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation23.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
sprintf_variation24.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation25.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation26.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation27.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation28_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation28.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_variation29_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation29.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_variation30.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation31.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation32.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation33.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation34_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation34.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_variation35_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation35.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
sprintf_variation36.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
sprintf_variation37.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation38.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation39.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation40_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation40.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_variation41_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation41.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
sprintf_variation42.phpt fix tests 2007-12-20 17:27:13 +00:00
sprintf_variation43.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation44_64bit.phpt Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sprintf_variation44.phpt fix tests 2007-09-30 14:37:33 +00:00
sprintf_variation45.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation46.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation47.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation48.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
sprintf_variation49.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation50.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation51.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sprintf_variation52.phpt fix tests 2009-01-21 12:50:10 +00:00
sprintf_variation53.phpt New testcases for sprintf() function 2007-09-29 16:54:57 +00:00
sscanf_basic1.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic2.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic3.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic4.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic5.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic6.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic7.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_basic8.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_error.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_variation1.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
sscanf_variation2.phpt New sscanf() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 14:40:29 +00:00
str_getcsv_001.phpt Fixed test 2009-06-02 12:19:34 +00:00
str_ireplace.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_pad_variation1.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_pad_variation2.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_pad_variation3.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_pad_variation4.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_pad_variation5.phpt - Fixed tests 2009-01-25 16:53:07 +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_basic.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_shuffle_error.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_shuffle_variation1.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
str_shuffle.phpt
str_split_basic.phpt New testcases for str_split() function 2007-10-05 18:18:18 +00:00
str_split_error.phpt New testcases for str_split() function 2007-10-05 18:18:18 +00:00
str_split_variation1.phpt New testcases for str_split() function 2007-10-05 18:18:18 +00:00
str_split_variation2_64bit.phpt fix test 2007-11-08 10:29:52 +00:00
str_split_variation2.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
str_split_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
str_split_variation4.phpt New testcases for str_split() function 2007-10-05 18:18:18 +00:00
str_split_variation5.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
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
strcoll_error.phpt New strcoll error test. Tested on Windows, Linux and Linux 64. 2009-06-16 19:39:39 +00:00
strcoll.phpt Refixing to follow documented behaviour 2009-04-29 07:53:10 +00:00
strcspn_basic.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_error.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
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 New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation6.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation7.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation8.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation9.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation10.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation11.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
strcspn_variation12.phpt New testcases for strcspn() function 2007-09-22 10:36:15 +00:00
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 stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:36 +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 stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:36 +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 fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +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 fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +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
stripcslashes_basic.phpt New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:36 +00:00
stripcslashes_error.phpt New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:36 +00:00
stripcslashes_variation1.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
stripos_basic1.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_basic2.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_error.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation1.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos_variation2.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos_variation3.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation4.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation5.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation6.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation7.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos_variation8.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation9.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation10.phpt fix tests 2007-11-09 12:02:42 +00:00
stripos_variation11.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos_variation12.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation13.phpt New testcases for stripos() function 2007-09-29 16:56:46 +00:00
stripos_variation14.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos_variation15.phpt fix tests 2007-09-30 14:37:33 +00:00
stripos.phpt
stripslashes_basic.phpt New testcases for stripslashes() function 2007-09-07 13:51:26 +00:00
stripslashes_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
stripslashes_variation1.phpt New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 22:54:36 +00:00
stripslashes_variation2.phpt MFH: Fixed test after fixing bug #44830 2008-05-12 05:08:49 +00:00
stripslashes_variation3.phpt New testcases for stripslashes() function 2007-09-07 13:51:26 +00:00
stripslashes_variation4.phpt New testcases for stripslashes() function 2007-09-07 13:51:26 +00:00
stripslashes_variation5.phpt - Fix tests (we are not interested what the old value was for the ini option) 2007-09-11 10:23:04 +00:00
stristr2.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
stristr_basic.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
stristr_error.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
stristr_variation1.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
stristr_variation2.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
stristr.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
strlen_basic.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strlen_error.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strlen_variation1.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strlen.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +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 New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_error.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation1.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_variation2.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_variation3.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
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 New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_variation7.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_variation8.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
strncasecmp_variation9.phpt New testcases for strncasecmp() 2007-09-14 19:02:07 +00:00
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 better output matching/fixes 2007-09-15 07:29:55 +00:00
strncmp_error.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation1.phpt better output matching/fixes 2007-09-15 07:29:55 +00:00
strncmp_variation2.phpt better output matching/fixes 2007-09-15 07:29:55 +00:00
strncmp_variation3.phpt better output matching/fixes 2007-09-15 07:29:55 +00:00
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 New testcases for strncmp() function 2007-09-07 14:20:12 +00:00
strncmp_variation7.phpt New testcases for strncmp() function 2007-09-07 14:20:12 +00:00
strncmp_variation8.phpt better output matching/fixes 2007-09-15 07:29:55 +00:00
strncmp_variation9.phpt New testcases for strncmp() function 2007-09-07 14:20:12 +00:00
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 New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation1.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_variation2.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_variation3.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_variation4.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_variation5.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strrchr_variation6.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr_variation7.phpt fix test 2007-10-08 06:22:13 +00:00
strrchr_variation8.phpt New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
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 New testcases for strrchr() function 2007-09-29 16:59:07 +00:00
strrchr.phpt
strrev_basic.phpt new testcases for strrev() function 2007-09-26 14:40:14 +00:00
strrev_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strrev_variation1.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strrev_variation2.phpt new testcases for strrev() function 2007-09-26 14:40:14 +00:00
strrev_variation3.phpt new testcases for strrev() function 2007-09-26 14:40:14 +00:00
strrev_variation4.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strrev.phpt
strripos_basic1.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_basic2.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_error.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_offset.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
strripos_variation1.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_variation2.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_variation3.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_variation4.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos_variation5.phpt New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit. 2009-01-15 13:40:05 +00:00
strripos.phpt
strrpos_basic1.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_basic2.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_error.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_offset.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
strrpos_variation1.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation2.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation3.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation4.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation5.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation6.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation7.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation8.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation9.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation10.phpt fix tests 2007-11-09 12:02:42 +00:00
strrpos_variation11.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation12.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation13.phpt New testcases for strrpos() function 2007-10-05 18:33:24 +00:00
strrpos_variation14.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
strrpos_variation15.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
strrpos.phpt
strspn_basic.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_error.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
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 New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation6.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation7.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation8.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation9.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation10.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation11.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn_variation12.phpt New testcases for strspn() function 2007-09-22 10:51:38 +00:00
strspn.phpt
strstr2.phpt New tests and fix tests (new error message) 2008-02-01 13:41:19 +00:00
strstr.phpt fixing incorrect --CLEAN-- sections 2009-04-16 12:28:03 +00:00
strtok_basic.phpt New testcases for strtok() function 2007-09-22 07:39:57 +00:00
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 New testcases for strtok() function 2007-09-22 07:39:57 +00:00
strtok_variation4.phpt New testcases for strtok() function 2007-09-22 07:39:57 +00:00
strtok_variation5.phpt New testcases for strtok() function 2007-09-22 07:39:57 +00:00
strtok_variation6.phpt New testcases for strtok() function 2007-09-22 07:39:57 +00:00
strtok_variation7.phpt New testcases for strtok() function 2007-09-22 07:39:57 +00:00
strtolower-win32.phpt Fix SKIPIF logic 2009-01-20 23:19:44 +00:00
strtolower.phpt - MFH: don't skip if windows matches 2008-08-21 12:13:50 +00:00
strtoupper1-win32.phpt Fix SKIPIF logic 2009-01-20 23:19:44 +00:00
strtoupper1.phpt - new API 2008-08-21 12:25:07 +00:00
strtoupper.phpt
strtr_basic.phpt New testcases for strtr() function 2007-10-08 15:21:36 +00:00
strtr_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr_variation1.phpt New testcases for strtr() function 2007-10-08 15:21:36 +00:00
strtr_variation2.phpt New testcases for strtr() function 2007-10-08 15:21:36 +00:00
strtr_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strtr_variation4.phpt New testcases for strtr() function 2007-10-08 15:21:36 +00:00
strtr_variation5.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strtr_variation6.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strtr_variation7.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strtr_variation8.phpt New testcases for strtr() function 2007-10-08 15:21:36 +00:00
strtr_variation9.phpt New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit 2009-01-19 15:46:41 +00:00
strtr.phpt
strval_basic.phpt New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:47 +00:00
strval_error.phpt New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:47 +00:00
strval_variation1.phpt New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:47 +00:00
strval_variation2.phpt New strval() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 15:54:47 +00:00
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_error.phpt New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 17:13:18 +00:00
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_basic.phpt New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:41:15 +00:00
trim_error.phpt New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:41:15 +00:00
trim_variation1.phpt New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:41:15 +00:00
trim_variation2.phpt New trim() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-17 16:41:15 +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 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
ucwords_error.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
ucwords_variation1.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
ucwords_variation2.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
ucwords_variation3.phpt New testcases for ucwords() function 2007-09-07 14:44:52 +00:00
ucwords_variation4.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
unpack_error.phpt New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 17:13:18 +00:00
unpack.phpt
url_t.phpt
uuencode.phpt fix tests 2007-09-30 14:37:33 +00:00
vfprintf_basic1.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic2.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic3.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic4.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic5.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic6.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic7_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic7.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic8.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_basic9.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
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 fixing incorrect --CLEAN-- sections 2009-04-16 12:28:03 +00:00
vfprintf_error2.phpt fixing incorrect --CLEAN-- sections 2009-04-16 12:28:03 +00:00
vfprintf_error3.phpt fixing incorrect --CLEAN-- sections 2009-04-16 12:28:03 +00:00
vfprintf_error4.phpt fixing incorrect --CLEAN-- sections 2009-04-16 12:28:03 +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
vfprintf_variation3.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation4_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation4.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vfprintf_variation5.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation6.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation7.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation8.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation9.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation10.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation11_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation11.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation12_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation12.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation13_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation13.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation14_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation14.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation15_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation15.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vfprintf_variation16_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation16.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vfprintf_variation17.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation18.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation19_64bit.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation19.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation20.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vfprintf_variation21.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vprintf_basic1.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic2.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic3.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic4.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic5.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic6.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic7_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic7.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic8.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_basic9.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_error.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation1.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation2.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation3.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation4_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation4.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vprintf_variation5.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation6.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation7.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation8.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation9.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation10.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation11_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation11.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation12_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation12.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation13_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation13.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation14_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation14.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation15_64bit.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vprintf_variation15.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vprintf_variation16_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation16.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vprintf_variation17.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation18.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation19_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation19.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vsprintf_basic1.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic2.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic3.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic4.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic5.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic6.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
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 New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_basic9.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
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 New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation4_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation4.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vsprintf_variation5.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation6.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation7.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation8.phpt New vfprintf() tests. Tested on Window, Linux and Linux 64 bit 2009-01-20 14:19:31 +00:00
vsprintf_variation9.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation10.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
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 MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vsprintf_variation15.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vsprintf_variation16_64bit.phpt MFH: fix tests, add 64bit versions 2007-11-06 12:54:28 +00:00
vsprintf_variation16.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
vsprintf_variation17.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
vsprintf_variation18.phpt New testcases for vsprintf() function 2007-10-05 18:09:31 +00:00
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 New testcases for wordwrap() 2007-09-14 18:53:38 +00:00
wordwrap_error.phpt New testcases for wordwrap() 2007-09-14 18:53:38 +00:00
wordwrap_variation1.phpt fix tests : better float values 2007-12-03 13:03:31 +00:00
wordwrap_variation2.phpt New testcases for wordwrap() 2007-09-14 18:53:38 +00:00
wordwrap_variation3.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
wordwrap_variation4.phpt New testcases for wordwrap() 2007-09-14 18:53:38 +00:00
wordwrap_variation5.phpt New testcases for wordwrap() 2007-09-14 18:53:38 +00:00
wordwrap.phpt