php-src/ext/standard/tests/strings
2010-11-19 16:36:10 +00:00
..
004.phpt
005.phpt MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail 2007-05-10 16:28:11 +00:00
006-win32.phpt - MFH: fix test on windows 2008-08-21 18:25:13 +00:00
006.phpt The system error here may not be "Filename too long". On OSX, for example, 2009-08-09 14:20:54 +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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
add-and-stripslashes.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt 2007-05-22 15:59:04 +00:00
basename_error.phpt New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt 2007-05-22 15:59:04 +00:00
basename_variation.phpt New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt 2007-05-22 15:59:04 +00:00
basename.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
bug20108.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
bug20169.phpt
bug20261.phpt
bug20927.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
bug20934.phpt
bug21338.phpt
bug21453.phpt
bug21730.phpt
bug21744.phpt
bug22008.phpt
bug22187.phpt
bug22207.phpt fix test 2006-12-25 14:27:51 +00:00
bug22224.phpt - Update test 2006-05-25 10:46:53 +00:00
bug22227.phpt
bug22904.phpt
bug23650.phpt
bug23894.phpt fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix) 2007-06-04 01:23:07 +00:00
bug24098.phpt fix test 2006-07-16 15:59:08 +00:00
bug24208.phpt
bug24281.phpt
bug24312.phpt
bug25671.phpt Test for Bug 25671 2003-09-27 18:48:48 +00:00
bug25707.phpt Fixed bug #25707 (html_entity_decode over-decodes <) 2003-10-02 06:57:21 +00:00
bug26817.phpt Fixed bug #26819 (http_build_query() crashes on NULL output). 2004-01-06 20:07:07 +00:00
bug26819.phpt Fix test according to bug#40009 2007-01-05 15:22:35 +00:00
bug26878.phpt Fixed bug #26878 (problem with multiple references to the same variable 2004-01-13 23:11:31 +00:00
bug26973.phpt fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix) 2007-06-04 01:23:07 +00:00
bug27276.phpt - Added testcase for bug #27276 2004-02-23 19:45:16 +00:00
bug27278.phpt shorten the description a bit 2004-02-16 17:44:27 +00:00
bug27295.phpt Fixed bug #27295 (memory leak inside sscanf()). 2004-02-18 19:48:13 +00:00
bug27457.phpt test for bug #27457 2004-03-09 14:19:50 +00:00
bug27675.phpt BugFix 27675 and add regression test. 2004-03-26 19:23:42 +00:00
bug28386.phpt Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). 2004-05-13 17:44:23 +00:00
bug28633.phpt Fixed bug #28633 (sprintf incorrectly adding padding to floats). 2004-07-18 17:27:49 +00:00
bug29075.phpt Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
bug29119.phpt - Fix test name 2004-07-19 18:49:20 +00:00
bug29538.phpt - MFH Fixed Bug #29538 number_format and problem with 0 2006-07-16 10:50:58 +00:00
bug33076.phpt fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault) 2005-05-20 14:23:42 +00:00
bug33605.phpt fix possible substr_compare() crash 2006-04-25 12:48:42 +00:00
bug34214.phpt MFH 2005-08-23 21:40:26 +00:00
bug35817.phpt Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values) 2005-12-28 20:55:14 +00:00
bug36148.phpt Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the 2006-01-26 15:45:33 +00:00
bug36306.phpt fix test names 2007-05-07 18:03:01 +00:00
bug36392.phpt Fixed bug #36392 (wrong number of decimal digits with %e specifier in 2006-12-22 15:29:41 +00:00
bug36944.phpt ok, let's make this test to work on all systems 2006-04-14 20:30:11 +00:00
bug37244.phpt MFH: test for bug #37244 2006-06-26 22:20:27 +00:00
bug37262.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
bug38322.phpt add new test 2006-08-04 15:01:37 +00:00
bug38770.phpt - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
bug39032.phpt MFH: fix #39032 (strcspn() stops on null character) 2006-10-04 11:14:32 +00:00
bug39350.phpt Fixed bug #39350 (crash with implode("\n", array(false))). 2006-11-06 17:21:05 +00:00
bug39621.phpt MFH: fix #39621 (str_replace() is not binary safe on strings with equal length) 2006-11-24 21:59:09 +00:00
bug39873.phpt Fixed bug #39873 (number_format() breaks with locale & decimal points). 2006-12-22 04:03:15 +00:00
bug40432.phpt Fixed bug #40432 (strip_tags() fails with greater than in attribute). 2007-02-13 02:16:22 +00:00
bug40637.phpt add new test 2007-02-26 09:58:04 +00:00
bug40704.phpt Fixed bug #40704 (strip_tags() does not handle single quotes correctly) 2007-03-03 15:46:29 +00:00
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
bug47168.phpt Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places). 2010-11-19 16:36:10 +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
bug47842.phpt * fixed bug #47842 sscanf() does not support 64-bit values 2010-05-19 11:28:08 +00:00
bug48709.phpt - MFH: Fixed bug #48709 (metaphone and 'wh') 2009-06-30 11:46:20 +00:00
bug49785.phpt - Three tests were "broken" by rev #304404, not two. Commit the change 2010-10-14 19:33:12 +00:00
bug50052.phpt - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size 2009-11-02 20:46:52 +00:00
bug50847.phpt Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) 2010-02-01 12:59:08 +00:00
bug51059.phpt MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback, 2010-02-23 21:14:51 +00:00
bug51899.phpt - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline) 2010-05-26 02:18:17 +00:00
bug53021.phpt - Fixed a typo in rev #304208 (24 instead of 34/'"'). 2010-10-08 17:27:19 +00:00
bug53319.phpt - Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly) 2010-11-16 22:16:44 +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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
chunk_split_variation3.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 add some edge cases 2007-06-06 17:12:40 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
crypt_blowfish_variation1.phpt MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback, 2010-02-23 21:14:51 +00:00
crypt_blowfish_variation2.phpt MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback, 2010-02-23 21:14:51 +00:00
crypt_sha256.phpt - #50334, add CRYPT_SHA* constants and tests [DOC] 2009-12-09 01:43:23 +00:00
crypt_sha512.phpt - add a test case and update the skip clause 2009-12-16 10:09:34 +00:00
crypt.phpt new/improved tests 2007-02-13 12:59:53 +00:00
dirname_basic.phpt New testcaes for file/strings/general_functions 2007-05-25 13:44:23 +00:00
dirname_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
dirname_variation.phpt New testcaes for file/strings/general_functions 2007-05-25 13:44:23 +00:00
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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
explode_variation2.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_002.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_003_64bit.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_003.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_004.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_005.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_006_64bit.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_006.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_007_64bit.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_007.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_008_64bit.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_008.phpt MFH 2007-07-19 15:15:26 +00:00
fprintf_variation_009.phpt MFH 2007-07-19 15:15:26 +00:00
get_html_translation_table_basic1.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_basic2.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_basic3.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_basic4.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_error.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_variation1.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_html_translation_table_variation2.phpt - Added a 3rd parameter to get_html_translation_table. It now takes a charset 2010-10-12 02:51:11 +00:00
get_meta_tags.phpt MFH: fix leaks in get_meta_tags() when used with b0rked HTML 2006-11-13 20:18:12 +00:00
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
html_entity_decode_html4.phpt - Fix bug #46478 (htmlentities() uses obsolete mapping table for character 2009-12-22 05:50:34 +00:00
htmlentities01.phpt MFH 2009-04-25 21:13:07 +00:00
htmlentities02.phpt Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +00:00
htmlentities03.phpt Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +00:00
htmlentities04.phpt Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +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 Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +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 - Fixed borked test bug52820.phpt. 2010-11-18 21:44:42 +00:00
htmlentities18.phpt MFH: Fixed bug #45581 (htmlspecialchars() double encoding &#x hex items) 2008-08-10 13:26:13 +00:00
htmlentities_html4.phpt - Fix bug #46478 (htmlentities() uses obsolete mapping table for character 2009-12-22 05:50:34 +00:00
htmlentities-utf-2.phpt - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting 2010-10-14 19:14:06 +00:00
htmlentities-utf-3.phpt - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting 2010-10-14 19:14:06 +00:00
htmlentities-utf.phpt - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting 2010-10-14 19:14: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 Added tests for new parse_url() and http_build_query() functionality. 2005-12-04 17:58:15 +00:00
implode1.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
implode.phpt - Remove unused blocks 2004-05-19 08:45:46 +00:00
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_basic1.phpt New basic test for md5(). Tested on Windows, Linux and Linux 64 bit 2009-08-19 08:39:33 +00:00
md5_basic2.phpt New basic test for md5(). Tested on Windows, Linux and Linux 64 bit 2009-08-19 08:39:33 +00:00
md5_error.phpt New basic test for md5(). Tested on Windows, Linux and Linux 64 bit 2009-08-19 08:39:33 +00:00
md5_file.phpt - Fixed tests 2009-01-09 02:11:54 +00:00
md5.phpt
md5raw.phpt
metaphone.phpt add new tests 2006-11-15 17:27:03 +00:00
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 Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 2010-08-11 21:12:18 +00:00
parse_str_basic4.phpt Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64 2009-08-05 08:54:27 +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 Fixed tests (win32) 2007-04-18 14:51:29 +00:00
php_strip_whitespace.phpt add new tests 2006-11-16 13:01:23 +00:00
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 Fixed test (removed "bad" locale) 2009-09-22 08:22:29 +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
show_source_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
show_source_variation1.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
show_source_variation2.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
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_basic.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +00:00
soundex_error.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +00:00
soundex.phpt add new tests 2006-11-15 17:27:03 +00:00
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 fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix) 2007-06-04 01:23:07 +00:00
sprintf_f_3.phpt fix tests 2006-12-25 11:16:23 +00:00
sprintf_f.phpt MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one 2006-12-06 09:52:51 +00:00
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_basic.phpt New str_replace() tests. All tested on Windows, Linux and Linux 64 2009-08-17 22:41:30 +00:00
str_replace_error.phpt New str_replace() tests. All tested on Windows, Linux and Linux 64 2009-08-17 22:41:30 +00:00
str_replace_variation1.phpt New str_replace() tests. All tested on Windows, Linux and Linux 64 2009-08-17 22:41:30 +00:00
str_replace_variation2.phpt New str_replace() tests. All tested on Windows, Linux and Linux 64 2009-08-17 22:41:30 +00:00
str_replace_variation3.phpt New str_replace() tests. All tested on Windows, Linux and Linux 64 2009-08-17 22:41:30 +00:00
str_replace.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
str_rot13_basic.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +00:00
str_rot13_error.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +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 Typos found by Petras Kudaras. 2003-12-22 23:45:53 +00:00
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 MFH: avoid reading str[-1], add warning when invalid format specified 2006-10-11 13:15:30 +00:00
str_word_count.phpt MFH: avoid reading str[-1], add warning when invalid format specified 2006-10-11 13:15:30 +00:00
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 add some edge cases 2007-06-06 17:12:40 +00:00
strings001.phpt use memrchr/zend_memrchr instead of strrchr 2006-08-08 10:22:25 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
stripos_variation2.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
stripos_variation11.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 fix invalid read - no need to compare strings if haystack is "" or shorter than needle 2006-07-12 12:33:48 +00:00
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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
stristr_variation2.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
stristr.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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_error.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +00:00
strnatcasecmp_variation1.phpt Doing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical. 2009-08-08 14:48:47 +00:00
strnatcmp_basic.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +00:00
strnatcmp_error.phpt New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64 2009-08-17 10:37:30 +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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 add new test 2006-08-08 09:51:06 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +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 Fix strtolower.phpt (bug #51031) 2010-02-13 16:43:04 +00:00
strtoupper1-win32.phpt Fix SKIPIF logic 2009-01-20 23:19:44 +00:00
strtoupper1.phpt Fix the name of the locale in some tests 2010-02-21 18:22:46 +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 Typos found by Petras Kudaras. 2003-12-22 23:45:53 +00:00
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 Add some more cases 2005-04-15 22:25:03 +00:00
substr_compare.phpt MFH: Fix inconcistencies between substr and substr_compare 2008-02-13 17:02:16 +00:00
substr_count_basic.phpt MFH: split test 2007-07-16 10:59:17 +00:00
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 MFH: split test 2007-07-16 10:59:17 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 - Remove unused blocks 2004-05-19 08:45:46 +00:00
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 Fixed test 2007-06-15 08:16:11 +00:00
url_t.phpt Fixed bug #38859 (parse_url() fails if passing '@' in passwd). 2006-09-28 14:52:31 +00:00
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 Fixed "Floating point exception" inside wordwrap() 2007-07-22 15:55:16 +00:00