php-src/ext/standard/tests/strings
2013-03-21 11:14:36 +08:00
..
004.phpt
005.phpt
006.phpt - use the same test on win 2011-09-05 13:37:30 +00:00
007-win32.phpt
007.phpt
add-and-stripcslashes.phpt
add-and-stripslashes.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +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
addcslashes_003.phpt
addcslashes_004.phpt
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
basename_basic.phpt
basename_error.phpt
basename_variation.phpt
basename.phpt
bin2hex_basic.phpt
bin2hex_error.phpt
bin2hex_variation1.phpt
bin2hex.phpt
bug20108.phpt
bug20169.phpt
bug20261.phpt
bug20927.phpt
bug20934.phpt
bug21338.phpt
bug21453.phpt
bug21730.phpt
bug21744.phpt
bug22008.phpt
bug22187.phpt
bug22207.phpt
bug22224.phpt
bug22227.phpt
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
bug38322.phpt
bug38770.phpt Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64 2012-04-23 22:09:38 +01:00
bug39032.phpt
bug39350.phpt
bug39621.phpt
bug39873.phpt
bug40432.phpt
bug40637.phpt
bug40704.phpt
bug40754.phpt
bug40915.phpt
bug42107.phpt
bug42208.phpt
bug43927.phpt
bug44242.phpt
bug44703.phpt Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 2010-03-23 18:08:06 +00:00
bug45166.phpt
bug45485.phpt
bug46578.phpt
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
bug47443.phpt
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 - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +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
bug54055.phpt - Fixed bug #54055 (buffer overrun with high values for precision ini 2011-02-21 06:53:24 +00:00
bug54238.phpt fix bug #54238 (use-after-free in substr_replace()) 2011-04-13 06:32:41 +00:00
bug54322.phpt - Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion) 2011-03-20 15:15:08 +00:00
bug54332.phpt Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) 2011-07-11 09:47:59 +00:00
bug54454.phpt Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor release 2011-04-21 01:51:24 +00:00
bug54721.phpt - Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt size 2011-05-24 13:48:04 +00:00
bug55674.phpt Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543 2011-09-13 12:44:13 +00:00
bug55871.phpt fix bug #55871 - Interruption in substr_replace() 2012-01-02 00:47:57 +00:00
bug60801.phpt MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934). 2012-03-02 03:39:04 +00:00
bug60965.phpt - Merge r323056 (see bug #60965). 2012-02-05 09:59:33 +00:00
bug61038.phpt pack() with new "Z" more in line with Perl. 2012-04-17 22:21:32 +01:00
bug61374.phpt - Fixed bug #61374: html_entity_decode tries to decode code points that don't 2012-03-13 18:08:30 +00:00
bug61660.phpt Fix bug #61660: bin2hex(hex2bin($data)) != $data 2012-04-08 22:38:21 +02:00
bug61764.phpt Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64 2012-04-23 22:09:38 +01:00
bug62443.phpt Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt) 2012-06-28 20:00:03 -04:00
bug62462.phpt Bug 62462: Prevent multibyte characters from being split between the lines 2012-08-20 23:47:20 +02:00
bug63874.phpt Fixed bug #63874 (Segfaul if php_strip_whitespace has heredoc) 2012-12-29 23:11:37 -05:00
bug63943.phpt Fixed bug #63943 (Bad warning text from strpos() on empty needle) 2013-01-09 10:53:20 +08:00
chop_basic.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
chop_error.phpt
chop_variation1.phpt
chop_variation2.phpt
chop_variation3.phpt
chop_variation4.phpt
chop_variation5.phpt
chr_basic.phpt
chr_error.phpt
chr_ord.phpt
chr_variation1.phpt
chunk_split_basic.phpt
chunk_split_error.phpt
chunk_split_variation1.phpt
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
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
chunk_split_variation11.phpt
chunk_split_variation12.phpt
chunk_split_variation13.phpt
chunk_split.phpt
convert_cyr_string_basic.phpt
convert_cyr_string_error.phpt
convert_cyr_string_variation1.phpt
convert_cyr_string.phpt
convert_uudecode_basic.phpt
convert_uudecode_error.phpt
convert_uudecode_variation1.phpt
convert_uuencode_basic.phpt
convert_uuencode_error.phpt
convert_uuencode_variation1.phpt
count_chars_basic.phpt
count_chars_error.phpt
count_chars_variation1.phpt
count_chars_variation2.phpt
count_chars.phpt
crc32_basic.phpt
crc32_error.phpt
crc32_variation1.phpt
crc32_variation2.phpt
crc32_variation3.phpt
crc32_variation4.phpt
crc32.phpt
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_blowfish.phpt - blowfish 1.2 update, 2nd part 2011-07-31 20:50:09 +00:00
crypt_chars.phpt fix CVE-2012-2143 2012-05-29 23:07:04 -07: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_variation1.phpt fix crypt() issue with overlong salt 2011-07-04 23:38:09 +00:00
crypt.phpt
dirname_basic.phpt
dirname_error.phpt
dirname_variation.phpt
explode1.phpt
explode_bug.phpt
explode_error.phpt
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
explode_variation4.phpt
explode_variation5.phpt
explode_variation6.phpt
explode.phpt
fprintf_error.phpt
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.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic2.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic3.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic4.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic5.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic6.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic7.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic8.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic9.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
get_html_translation_table_basic10.phpt Fix bug #64011 (get_html_translation_table()) 2013-01-18 12:10:27 +01: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 - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +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
hebrev_basic.phpt
hebrev_error.phpt
hebrev_variation1.phpt
hebrev_variation2.phpt
hebrevc_basic.phpt
hebrevc_error.phpt
hebrevc_variation1.phpt
hebrevc_variation2.phpt
highlight_file.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 2010-04-21 21:56:24 +00:00
html_entity_decode1.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode2.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode3.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode_cp866.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode_html4.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode_html5.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
html_entity_decode_iso8859-5.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
html_entity_decode_iso8859-15.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
html_entity_decode_koi8-r.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
html_entity_decode_macroman.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
html_entity_decode_win1251.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
html_entity_decode_win1252.phpt - Revamp of the decoding portion of html.c. 2010-10-10 19:04:59 +00:00
htmlentities01.phpt
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 fix tests 2011-08-01 03:42:02 +00:00
htmlentities05.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities06.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities07.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities08.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities09.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities10.phpt
htmlentities11.phpt
htmlentities12.phpt
htmlentities13.phpt Fix tests that break if filter.default isn't set to unsafe_raw 2012-03-02 05:04:40 +00:00
htmlentities14.phpt Fix tests that break if filter.default isn't set to unsafe_raw 2012-03-02 05:04:40 +00:00
htmlentities15.phpt Changes to remaining two tests, #62022 2012-05-15 14:39:51 +01:00
htmlentities16.phpt - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
htmlentities17.phpt - Fixed borked test bug52820.phpt. 2010-11-18 21:44:42 +00:00
htmlentities18.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities19.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities20.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities21.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities22.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities23.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities24.phpt - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding 2010-11-15 01:57:16 +00:00
htmlentities_html4.phpt Make the test faster, what was done: 2011-09-05 11:00:14 +00:00
htmlentities_html5.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlentities-utf-2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
htmlentities.phpt Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 2010-03-23 18:08:06 +00:00
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
htmlspecialchars_decode_error.phpt
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
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
htmlspecialchars_decode_variation7.phpt - Completed rewrite of html.c. Except for determine_charset, almost nothing 2010-10-24 15:01:02 +00:00
htmlspecialchars.phpt - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding 2010-11-15 01:57:16 +00:00
http_build_query_error.phpt Merging PR #116 2012-09-18 23:15:03 +02:00
http_build_query_variation1.phpt Testing variation on input parameters of http_build_query() function 2012-07-14 18:58:52 -07:00
http_build_query_variation2.phpt Testing variation on input parameters of http_build_query() function 2012-07-14 18:58:52 -07:00
http_build_query_variation3.phpt Fixing up closing tag 2012-07-14 18:59:04 -07:00
http_build_query.phpt
implode1.phpt
implode.phpt
join_basic.phpt
join_error.phpt
join_variation1.phpt
join_variation2.phpt
join_variation3.phpt
join_variation4.phpt
join_variation5.phpt
join_variation6.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
lcfirst.phpt
levenshtein.phpt
ltrim_basic.phpt
ltrim_error.phpt
ltrim_variation1.phpt
ltrim_variation2.phpt
ltrim.phpt
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 Fix typo and don't use 'a' as an invalid filename since it is the default 2011-11-12 18:46:04 +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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
nl2br_error.phpt
nl2br_variation1.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl2br_variation2.phpt
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
nl2br.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
nl_langinfo_basic.phpt
nl_langinfo_error1.phpt
nl_langinfo_variation1.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
number_format_basic.phpt
number_format_error.phpt
ord_basic.phpt
ord_error.phpt
ord_variation1.phpt
pack_A.phpt pack() with new "Z" more in line with Perl. 2012-04-17 22:21:32 +01:00
pack_Z.phpt Fixed Bug #63738 unpack: back result with Z format 2012-12-11 16:30:08 +01: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 tests that break if filter.default isn't set to unsafe_raw 2012-03-02 05:04:40 +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
php_strip_whitespace.phpt
print_basic.phpt
print_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
printf_64bit.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
printf_basic1.phpt
printf_basic2.phpt
printf_basic3.phpt
printf_basic4.phpt
printf_basic5.phpt
printf_basic6.phpt
printf_basic7.phpt
printf_basic8.phpt
printf_basic9.phpt
printf_error.phpt
printf_variation1.phpt
printf_variation2.phpt
printf.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
quoted_printable_decode_basic.phpt
quoted_printable_decode_error.phpt
quoted_printable_decode_variation1.phpt
quoted_printable_encode_001.phpt
quoted_printable_encode_002.phpt Bug 62462: adjusting test 2012-08-21 10:09:05 +02:00
quotemeta_basic.phpt
quotemeta_error.phpt
rtrim_basic.phpt
rtrim_error.phpt
rtrim_variation1.phpt
rtrim_variation2.phpt
rtrim.phpt
setlocale_basic1.phpt
setlocale_basic2.phpt
setlocale_basic3.phpt
setlocale_error.phpt
setlocale_variation1.phpt
setlocale_variation2.phpt Fixed test (removed "bad" locale) 2009-09-22 08:22:29 +00:00
setlocale_variation3.phpt
setlocale_variation4.phpt
setlocale_variation5.phpt
sha1_basic.phpt
sha1_error.phpt
sha1_file.phpt Fix typo and don't use 'a' as an invalid filename since it is the default 2011-11-12 18:46:04 +00:00
sha1_variation1.phpt
sha1_variation2.phpt
sha1.phpt
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
similar_text_error.phpt
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
sprintf_basic1.phpt
sprintf_basic2.phpt
sprintf_basic3.phpt
sprintf_basic4.phpt
sprintf_basic5.phpt
sprintf_basic6.phpt
sprintf_basic7_64bit.phpt
sprintf_basic7.phpt
sprintf_basic8_64bit.phpt
sprintf_basic8.phpt
sprintf_basic9.phpt
sprintf_error.phpt
sprintf_f_2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
sprintf_f_3.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
sprintf_f.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
sprintf_variation1.phpt
sprintf_variation2.phpt
sprintf_variation3.phpt
sprintf_variation4_64bit.phpt
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
sprintf_variation6.phpt
sprintf_variation7.phpt
sprintf_variation8.phpt
sprintf_variation9.phpt
sprintf_variation10.phpt
sprintf_variation11.phpt
sprintf_variation12.phpt
sprintf_variation13.phpt
sprintf_variation14.phpt
sprintf_variation15.phpt
sprintf_variation16.phpt
sprintf_variation17.phpt
sprintf_variation18.phpt
sprintf_variation19.phpt
sprintf_variation20.phpt
sprintf_variation21.phpt
sprintf_variation22.phpt
sprintf_variation23.phpt
sprintf_variation24.phpt
sprintf_variation25.phpt
sprintf_variation26.phpt
sprintf_variation27.phpt
sprintf_variation28_64bit.phpt
sprintf_variation28.phpt
sprintf_variation29_64bit.phpt
sprintf_variation29.phpt
sprintf_variation30.phpt
sprintf_variation31.phpt
sprintf_variation32.phpt
sprintf_variation33.phpt
sprintf_variation34_64bit.phpt
sprintf_variation34.phpt
sprintf_variation35_64bit.phpt
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
sprintf_variation37.phpt
sprintf_variation38.phpt
sprintf_variation39.phpt
sprintf_variation40_64bit.phpt
sprintf_variation40.phpt
sprintf_variation41_64bit.phpt
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
sprintf_variation43.phpt
sprintf_variation44_64bit.phpt
sprintf_variation44.phpt
sprintf_variation45.phpt
sprintf_variation46.phpt
sprintf_variation47.phpt
sprintf_variation48.phpt
sprintf_variation49.phpt
sprintf_variation50.phpt
sprintf_variation51.phpt
sprintf_variation52.phpt fixed tests to match the new float precision of 53, as described in bug 47168 2011-03-10 13:25:19 +00:00
sprintf_variation53.phpt
sscanf_basic1.phpt
sscanf_basic2.phpt
sscanf_basic3.phpt
sscanf_basic4.phpt
sscanf_basic5.phpt
sscanf_basic6.phpt fix tests 2011-05-03 11:15:45 +00:00
sscanf_basic7.phpt
sscanf_basic8.phpt
sscanf_error.phpt
sscanf_variation1.phpt
sscanf_variation2.phpt
str_getcsv_001.phpt Fixed test 2009-06-02 12:19:34 +00:00
str_ireplace.phpt
str_pad_variation1.phpt
str_pad_variation2.phpt
str_pad_variation3.phpt
str_pad_variation4.phpt
str_pad_variation5.phpt Skip tests reply on Zend MM turned on 2012-08-11 00:34:37 +08:00
str_pad.phpt
str_repeat.phpt
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
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
str_shuffle_error.phpt
str_shuffle_variation1.phpt
str_shuffle.phpt
str_split_basic.phpt
str_split_error.phpt
str_split_variation1.phpt
str_split_variation2_64bit.phpt
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
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
str_split_variation6.phpt
str_split_variation7_64bit.phpt
str_split_variation7.phpt
str_word_count1.phpt
str_word_count.phpt
strcasecmp.phpt
strcmp.phpt
strcoll_error.phpt New strcoll error test. Tested on Windows, Linux and Linux 64. 2009-06-16 19:39:39 +00:00
strcoll.phpt
strcspn_basic.phpt
strcspn_error.phpt
strcspn_variation1.phpt
strcspn_variation2.phpt
strcspn_variation3.phpt
strcspn_variation4.phpt
strcspn_variation5.phpt
strcspn_variation6.phpt
strcspn_variation7.phpt
strcspn_variation8.phpt
strcspn_variation9.phpt
strcspn_variation10.phpt
strcspn_variation11.phpt
strcspn_variation12.phpt
strcspn.phpt
strings001.phpt
strip_tags_basic1.phpt
strip_tags_basic2.phpt
strip_tags_error.phpt
strip_tags_variation1.phpt
strip_tags_variation2.phpt
strip_tags_variation3.phpt
strip_tags_variation4.phpt
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
strip_tags_variation7.phpt
strip_tags_variation8.phpt
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
strip_tags_variation11.phpt
strip_tags.phpt
stripcslashes_basic.phpt
stripcslashes_error.phpt
stripcslashes_variation1.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
stripos_basic1.phpt
stripos_basic2.phpt
stripos_error.phpt
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
stripos_variation4.phpt
stripos_variation5.phpt
stripos_variation6.phpt
stripos_variation7.phpt
stripos_variation8.phpt
stripos_variation9.phpt
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
stripos_variation13.phpt
stripos_variation14.phpt
stripos_variation15.phpt
stripos.phpt
stripslashes_basic.phpt
stripslashes_error.phpt
stripslashes_variation1.phpt
stripslashes_variation2.phpt
stripslashes_variation3.phpt
stripslashes_variation4.phpt
stristr2.phpt
stristr_basic.phpt
stristr_error.phpt Fixed bug #64432 (more empty delimiter warning in strX methods) 2013-03-21 11:14:10 +08: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
strlen_error.phpt
strlen_variation1.phpt
strlen.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strnatcasecmp_basic.phpt
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
strncasecmp_error.phpt
strncasecmp_variation1.phpt
strncasecmp_variation2.phpt
strncasecmp_variation3.phpt
strncasecmp_variation4.phpt
strncasecmp_variation5.phpt
strncasecmp_variation6.phpt
strncasecmp_variation7.phpt
strncasecmp_variation8.phpt
strncasecmp_variation9.phpt
strncasecmp_variation10.phpt
strncasecmp_variation11.phpt
strncmp_basic.phpt
strncmp_error.phpt
strncmp_variation1.phpt
strncmp_variation2.phpt
strncmp_variation3.phpt
strncmp_variation4.phpt
strncmp_variation5.phpt
strncmp_variation6.phpt
strncmp_variation7.phpt
strncmp_variation8.phpt
strncmp_variation9.phpt
strpbrk_basic.phpt
strpbrk_error.phpt
strpos_number.phpt
strpos.phpt Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) 2013-01-10 11:14:38 +01:00
strrchr_basic.phpt
strrchr_error.phpt
strrchr_variation1.phpt
strrchr_variation2.phpt
strrchr_variation3.phpt
strrchr_variation4.phpt
strrchr_variation5.phpt - Fixed tests 2011-12-01 15:38:17 +00:00
strrchr_variation6.phpt
strrchr_variation7.phpt
strrchr_variation8.phpt
strrchr_variation9.phpt
strrchr_variation10.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
strrchr_variation11.phpt
strrchr_variation12.phpt
strrchr.phpt
strrev_basic.phpt
strrev_error.phpt
strrev_variation1.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strrev_variation2.phpt
strrev_variation3.phpt
strrev_variation4.phpt
strrev.phpt
strripos_basic1.phpt
strripos_basic2.phpt
strripos_error.phpt
strripos_offset.phpt
strripos_variation1.phpt
strripos_variation2.phpt
strripos_variation3.phpt
strripos_variation4.phpt
strripos_variation5.phpt
strripos.phpt
strrpos_basic1.phpt
strrpos_basic2.phpt
strrpos_error.phpt
strrpos_offset.phpt
strrpos_variation1.phpt
strrpos_variation2.phpt
strrpos_variation3.phpt
strrpos_variation4.phpt
strrpos_variation5.phpt
strrpos_variation6.phpt
strrpos_variation7.phpt
strrpos_variation8.phpt
strrpos_variation9.phpt
strrpos_variation10.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
strrpos_variation11.phpt
strrpos_variation12.phpt
strrpos_variation13.phpt
strrpos_variation14.phpt
strrpos_variation15.phpt
strrpos.phpt
strspn_basic.phpt
strspn_error.phpt
strspn_variation1.phpt
strspn_variation2.phpt
strspn_variation3.phpt
strspn_variation4.phpt
strspn_variation5.phpt
strspn_variation6.phpt - Fixed tests 2011-12-01 15:38:17 +00:00
strspn_variation7.phpt
strspn_variation8.phpt
strspn_variation9.phpt
strspn_variation10.phpt
strspn_variation11.phpt
strspn_variation12.phpt
strspn.phpt
strstr2.phpt
strstr.phpt Fixed bug #64432 (more empty delimiter warning in strX methods) 2013-03-21 11:14:10 +08:00
strtok_basic.phpt
strtok_error.phpt
strtok_variation1.phpt
strtok_variation2.phpt
strtok_variation3.phpt
strtok_variation4.phpt
strtok_variation5.phpt
strtok_variation6.phpt - Fixed tests 2011-12-01 15:38:17 +00:00
strtok_variation7.phpt
strtolower-win32.phpt
strtolower.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
strtoupper1-win32.phpt
strtoupper1.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
strtoupper.phpt
strtr_basic.phpt
strtr_error.phpt
strtr_variation1.phpt
strtr_variation2.phpt
strtr_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strtr_variation4.phpt
strtr_variation5.phpt
strtr_variation6.phpt
strtr_variation7.phpt
strtr_variation8.phpt
strtr_variation9.phpt
strtr.phpt
strval_basic.phpt
strval_error.phpt
strval_variation1.phpt
strval_variation2.phpt
strval.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
substr_compare.phpt Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor release 2011-04-21 01:51:24 +00:00
substr_count_basic.phpt
substr_count_error.phpt
substr_count_variation_001.phpt
substr_count_variation_002.phpt
substr_replace_array.phpt Fixed bug #55366: keys lost when using substr_replace an array 2011-08-29 21:35:28 +00:00
substr_replace_error.phpt
substr_replace.phpt
substr.phpt
trim1.phpt
trim_basic.phpt
trim_error.phpt
trim_variation1.phpt
trim_variation2.phpt
trim.phpt
ucfirst.phpt
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
ucwords_variation2.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
ucwords_variation3.phpt
ucwords_variation4.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
unpack_error.phpt Fixed bug #61038; "Z" and better behavior for unpack() 2012-04-17 21:09:04 +01:00
unpack.phpt
url_t.phpt
uuencode.phpt
vfprintf_basic1.phpt
vfprintf_basic2.phpt
vfprintf_basic3.phpt
vfprintf_basic4.phpt
vfprintf_basic5.phpt
vfprintf_basic6.phpt
vfprintf_basic7_64bit.phpt
vfprintf_basic7.phpt
vfprintf_basic8.phpt
vfprintf_basic9.phpt
vfprintf_basic.phpt
vfprintf_error1.phpt
vfprintf_error2.phpt
vfprintf_error3.phpt
vfprintf_error4.phpt
vfprintf_variation1.phpt
vfprintf_variation3.phpt
vfprintf_variation4_64bit.phpt
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
vfprintf_variation6.phpt
vfprintf_variation7.phpt
vfprintf_variation8.phpt
vfprintf_variation9.phpt
vfprintf_variation10.phpt
vfprintf_variation11_64bit.phpt
vfprintf_variation11.phpt
vfprintf_variation12_64bit.phpt
vfprintf_variation12.phpt
vfprintf_variation13_64bit.phpt
vfprintf_variation13.phpt
vfprintf_variation14_64bit.phpt
vfprintf_variation14.phpt
vfprintf_variation15_64bit.phpt
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
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
vfprintf_variation18.phpt
vfprintf_variation19_64bit.phpt
vfprintf_variation19.phpt
vfprintf_variation20.phpt
vfprintf_variation21.phpt
vprintf_basic1.phpt
vprintf_basic2.phpt
vprintf_basic3.phpt
vprintf_basic4.phpt
vprintf_basic5.phpt
vprintf_basic6.phpt
vprintf_basic7_64bit.phpt
vprintf_basic7.phpt
vprintf_basic8.phpt
vprintf_basic9.phpt
vprintf_error.phpt
vprintf_variation1.phpt
vprintf_variation2.phpt
vprintf_variation3.phpt
vprintf_variation4_64bit.phpt
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
vprintf_variation6.phpt
vprintf_variation7.phpt
vprintf_variation8.phpt
vprintf_variation9.phpt
vprintf_variation10.phpt
vprintf_variation11_64bit.phpt
vprintf_variation11.phpt
vprintf_variation12_64bit.phpt
vprintf_variation12.phpt
vprintf_variation13_64bit.phpt
vprintf_variation13.phpt
vprintf_variation14_64bit.phpt
vprintf_variation14.phpt
vprintf_variation15_64bit.phpt Fix test after the convert_to_long be improved, see #64290 2013-03-03 11:13:52 +08: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
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
vprintf_variation18.phpt
vprintf_variation19_64bit.phpt
vprintf_variation19.phpt
vsprintf_basic1.phpt
vsprintf_basic2.phpt
vsprintf_basic3.phpt
vsprintf_basic4.phpt
vsprintf_basic5.phpt
vsprintf_basic6.phpt
vsprintf_basic7_64bit.phpt
vsprintf_basic7.phpt
vsprintf_basic8.phpt
vsprintf_basic9.phpt
vsprintf_error.phpt
vsprintf_variation1.phpt
vsprintf_variation2.phpt
vsprintf_variation3.phpt
vsprintf_variation4_64bit.phpt
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
vsprintf_variation6.phpt
vsprintf_variation7.phpt
vsprintf_variation8.phpt
vsprintf_variation9.phpt
vsprintf_variation10.phpt
vsprintf_variation11_64bit.phpt
vsprintf_variation11.phpt
vsprintf_variation12_64bit.phpt
vsprintf_variation12.phpt
vsprintf_variation13_64bit.phpt
vsprintf_variation13.phpt
vsprintf_variation14_64bit.phpt
vsprintf_variation14.phpt
vsprintf_variation15_64bit.phpt Fix test after the convert_to_long be improved, see #64290 2013-03-03 11:13:52 +08: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
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
vsprintf_variation18.phpt
vsprintf_variation19_64bit.phpt
vsprintf_variation19.phpt
wordwrap_basic.phpt
wordwrap_error.phpt
wordwrap_variation1.phpt
wordwrap_variation2.phpt
wordwrap_variation3.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
wordwrap_variation4.phpt
wordwrap_variation5.phpt
wordwrap.phpt