php-src/ext/standard/tests/strings
2016-08-13 12:06:11 +02:00
..
004.phpt Relax a little this test, because random is not reliable 2015-05-28 10:35:19 +02:00
005.phpt
006.phpt - use the same test on win 2011-09-05 13:37:30 +00:00
007-win32.phpt - MFH: skip 007 on non windows platform and add a win specific version (file not found instead of filename too long) 2008-08-21 11:01:55 +00:00
007.phpt - MFH: skip 007 on non windows platform and add a win specific version (file not found instead of filename too long) 2008-08-21 11:01:55 +00:00
add-and-stripcslashes.phpt
add-and-stripslashes.phpt - 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 test 2014-11-20 14:35:04 +01:00
addcslashes_002.phpt
addcslashes_003.phpt
addcslashes_004.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
addcslashes_005.phpt test to function addcslashes 2014-11-23 17:19:56 -08: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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
addslashes_variation2.phpt Fix test on Windows 2015-03-26 03:22:57 +01:00
basename.phpt
basename_basic.phpt
basename_error.phpt
basename_invalid_path.phpt exclude the platform diff case from the test 2015-07-26 20:54:27 +02:00
basename_invalid_path_win.phpt exclude the platform diff case from the test 2015-07-26 20:54:27 +02:00
basename_variation.phpt exclude the platform diff case from the test 2015-07-26 20:54:27 +02:00
bin2hex.phpt
bin2hex_001.phpt test to function addcslashes 2014-11-23 17:19:56 -08: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
bug20108.phpt
bug20169.phpt
bug20261.phpt
bug20927.phpt
bug20934.phpt
bug21338.phpt
bug21453.phpt Fix test on Windows 2015-03-26 03:29:18 +01:00
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 substr_compare(): Allow zero length comparison 2014-02-28 23:45:04 +08:00
bug34214.phpt
bug35817.phpt
bug36148.phpt
bug36306.phpt fix test 2013-06-17 00:09:05 +02:00
bug36392.phpt
bug36944.phpt
bug37244.phpt
bug37262.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
bug38322.phpt typo fixes 2013-07-15 00:23:03 -07:00
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 substr_count(): Support negative values for '$offset' and '$length' parameters. 2016-03-09 14:41:37 +01:00
bug40915.phpt MFH 2009-04-25 21:13:07 +00:00
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 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 typo fixes 2013-07-15 00:23:03 -07: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 - 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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07: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 Add additional test coverage for html_entity_decode 2016-02-10 17:52:49 -05: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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
bug55451.phpt Fix bug #55451 2016-08-07 18:48:36 +02: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 Warn about invalid strings in arithmetic 2016-03-30 01:44:27 +01: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
bug61116.phpt apply a patch 2015-04-14 21:17:08 +09: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
bug64879.phpt fix CVE-2013-2110 - use correct formula to calculate string size 2013-06-04 21:56:33 -07:00
bug65230.phpt fixed test 2014-12-06 12:31:27 +01:00
bug65769.phpt fix test 2015-08-28 11:29:38 +02:00
bug65947.phpt Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) 2013-11-08 15:32:28 +08:00
bug67151.phpt Add test for bug #67151 2014-07-02 22:39:54 +02:00
bug67249.phpt Fix bug #67249: printf out-of-bounds read 2014-05-27 11:28:22 -07:00
bug67252.phpt Fix bug #67252: convert_uudecode out-of-bounds read 2014-05-11 20:29:27 -07:00
bug68636.phpt Fixed bug #68636 (setlocale no longer returns current value per category). 2015-01-09 01:41:13 +03:00
bug68710.phpt Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize()) 2015-01-01 16:19:05 -08:00
bug68996.phpt moved the part of the test into an appropriate place 2015-02-08 14:10:52 +01:00
bug69144.phpt Fixed bug #69144 (strtr not replacing with partly matching replace pairs) 2015-02-28 22:37:46 +08:00
bug69522.phpt Add test for bug #69522 2015-05-11 01:10:35 -07:00
bug70487.phpt Fix bug #70487 2015-09-14 15:04:43 +02:00
bug70667.phpt Fixed bug #70667 (strtr() causes invalid writes and a crashes) 2015-10-08 14:30:43 +03:00
bug70720.phpt Fix #70720 2016-02-02 18:09:54 +01:00
bug71188.phpt Fixed #71188 (str_replace converts integers in original $search array to strings) 2015-12-22 11:07:30 +08:00
bug71190.phpt Fixed bug #71190 (substr_replace converts integers in original $search array to strings) 2015-12-22 12:13:28 +08:00
bug71806.dat Fixed bug #71806 2016-03-11 22:45:38 +01:00
bug71806.phpt Fixed bug #71806 2016-03-11 22:45:38 +01:00
bug71969.phpt Fixed bug #71969 (str_replace returns an incorrect resulting array after a foreach by reference) 2016-04-06 10:19:24 +08:00
bug72100.phpt Fixed bug #72100 (implode() inserts garbage into resulting string when joins very big integer). (Mikhail Galanin) 2016-04-26 13:04:06 +03:00
bug72152.phpt base64_decode: fix bug #72152 (fail on NUL bytes in strict mode) 2016-07-07 01:27:23 +02:00
bug72263.phpt base64_decode: fix bug #72263 (skips char after padding) 2016-07-07 01:27:23 +02:00
bug72264.phpt base64_decode: fix bug #72264 ('VV= =' shouldn't fail in strict mode) 2016-07-07 01:27:23 +02:00
bug72433.phpt fix two remaining tests 2016-06-21 17:24:08 +02:00
bug72434.phpt fix two remaining tests 2016-06-21 17:24:08 +02:00
bug72823.phpt Fix #72823: strtr out-of-bound access 2016-08-13 11:40:33 +02: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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
chop_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
chop_variation3.phpt
chop_variation4.phpt
chop_variation5.phpt
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.phpt
chunk_split_basic.phpt
chunk_split_error.phpt typo fixes (argument) 2013-06-10 13:36:17 -07: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23: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
convert_cyr_string.phpt
convert_cyr_string_basic.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_cyr_string_error.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_cyr_string_variation1.phpt New string function tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-16 12:53:27 +00:00
convert_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.phpt
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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
crc32.phpt
crc32_basic.phpt
crc32_error.phpt
crc32_variation1.phpt
crc32_variation2.phpt
crc32_variation3.phpt
crc32_variation4.phpt
crypt.phpt Implemented Change crypt() behavior w/o salt RFC 2013-10-29 18:53:45 +09:00
crypt_blowfish.phpt Bug fixes in light of failing bcrypt tests 2014-11-30 21:06:39 -08: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 Fix a few tests and remove error/warning for *0 2015-01-13 11:49:09 -05:00
crypt_chars.phpt fix CVE-2012-2143 2012-05-29 23:07:04 -07:00
crypt_des_error.phpt Calling crypt() with a salt of *0 should always return *1. 2015-01-08 19:13:23 +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_variation1.phpt fix crypt() issue with overlong salt 2011-07-04 23:38:09 +00:00
default_charset.phpt Remove unneeded string copy. 2014-03-27 17:20:57 +09:00
dirname_basic.phpt typofixes 2014-08-17 15:44:02 +03:00
dirname_error.phpt Fix #70112 RFE Allow dirname to go up various times 2015-07-27 15:23:04 +02:00
dirname_multi.phpt fork test 2015-07-30 09:05:07 +02:00
dirname_multi_win.phpt fork test 2015-07-30 09:05:07 +02:00
dirname_variation.phpt
explode.phpt Skip buncha tests on 32-bit 2014-11-29 01:05:19 +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 typo fixes 2013-07-15 00:23:03 -07:00
explode_variation1.phpt typo fixes 2013-07-15 00:23:03 -07:00
explode_variation2.phpt typo fixes 2013-07-15 00:23:03 -07:00
explode_variation3.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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_variation7.phpt Improved code coverage of explode function 2015-06-29 23:49:41 +02:00
fprintf_error.phpt Use new parameter parsing API 2008-07-01 10:01:09 +00:00
fprintf_variation_001.phpt
fprintf_variation_002.phpt
fprintf_variation_003.phpt
fprintf_variation_003_64bit.phpt
fprintf_variation_004.phpt
fprintf_variation_005.phpt
fprintf_variation_006.phpt
fprintf_variation_006_64bit.phpt
fprintf_variation_007.phpt
fprintf_variation_007_64bit.phpt
fprintf_variation_008.phpt
fprintf_variation_008_64bit.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 Fix HTML entity table generation 2014-03-06 23:10:31 +01:00
get_html_translation_table_basic6.phpt Faster sorting algo 2015-01-14 18:02:41 +08: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
get_html_translation_table_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
get_meta_tags.phpt
hebrev_basic.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrev_error.phpt New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit 2009-01-18 21:59:39 +00:00
hebrev_variation1.phpt Added more tests to improve function coverage 2015-07-03 03:02:40 +02:00
hebrev_variation2.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01: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 Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
hex2bin_basic.phpt Added basic and error tests for hex2bin function 2015-06-29 23:10:50 +02:00
hex2bin_error.phpt Added basic and error tests for hex2bin function 2015-06-29 23:10:50 +02:00
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 Add additional test coverage for html_entity_decode 2016-02-10 17:52:49 -05: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
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
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 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 Fix HTML entity table generation 2014-03-06 23:10:31 +01:00
htmlspecialchars.phpt - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding 2010-11-15 01:57:16 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
htmlspecialchars_decode_variation3.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07: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
http_build_query.phpt
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
implode.phpt
implode1.phpt Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
join_basic.phpt
join_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
join_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
join_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
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 Scalar type hints with ZPP casting rules 2015-02-10 15:48:04 +00:00
levenshtein.phpt
ltrim.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +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
md5.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
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 moved function warning test to money_format_error.phpt file 2015-06-25 20:34:41 -03: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 Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
moneyformat.phpt moved function warning test to money_format_error.phpt file 2015-06-25 20:34:41 -03:00
nl2br.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +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
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
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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23: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
pack64.phpt Add 64 bit formats to pack() and unpack() 2014-10-09 21:02:42 +01:00
pack64_32.phpt Add 64 bit formats to pack() and unpack() 2014-10-09 21:02:42 +01:00
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
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 New string tests. Tested on Windows, Linux and Linu 64 bit 2009-01-16 22:46:08 +00:00
print_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
printf.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
printf_64bit.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Update remaining octal 32-bit tests 2015-01-20 05:54:13 +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
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 Bug 62462: adjusting test 2012-08-21 10:09:05 +02: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.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +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
setlocale_basic1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_basic2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_basic3.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_error.phpt Merge branch 'PHP-5.6' 2015-06-29 18:25:30 +02:00
setlocale_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_variation2.phpt only no_NO.ISO-8859-1 have to be ignored 2014-10-01 10:14:14 +02:00
setlocale_variation3.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_variation4.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
setlocale_variation5.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
sha1.phpt
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 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 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
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.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
sprintf_basic1.phpt
sprintf_basic2.phpt
sprintf_basic3.phpt
sprintf_basic4.phpt
sprintf_basic5.phpt
sprintf_basic6.phpt
sprintf_basic7.phpt
sprintf_basic7_64bit.phpt
sprintf_basic8.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_basic8_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_basic9.phpt
sprintf_error.phpt - Tests for parsing parameter api 2008-06-24 22:51:57 +00:00
sprintf_f.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
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_variation1.phpt
sprintf_variation2.phpt
sprintf_variation3.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation4_64bit.phpt
sprintf_variation5.phpt
sprintf_variation6.phpt
sprintf_variation7.phpt
sprintf_variation8.phpt
sprintf_variation9.phpt
sprintf_variation10.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
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 Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation20.phpt
sprintf_variation21.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation22.phpt
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
sprintf_variation25.phpt
sprintf_variation26.phpt
sprintf_variation27.phpt
sprintf_variation28.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation28_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation29.phpt
sprintf_variation29_64bit.phpt
sprintf_variation30.phpt
sprintf_variation31.phpt
sprintf_variation32.phpt
sprintf_variation33.phpt
sprintf_variation34.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation34_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation35_64bit.phpt
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
sprintf_variation38.phpt
sprintf_variation39.phpt
sprintf_variation40.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation40_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation41_64bit.phpt
sprintf_variation42.phpt
sprintf_variation43.phpt
sprintf_variation44.phpt
sprintf_variation44_64bit.phpt
sprintf_variation45.phpt
sprintf_variation46.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
sprintf_variation47.phpt
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
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 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 fix tests 2011-05-03 11:15:45 +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.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
str_pad_variation5.phpt Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems) 2016-03-02 13:01:42 +03:00
str_repeat.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
str_replace.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
str_replace_array_refs.phpt add failing test for string_replace and array replaces with references 2015-01-27 07:16:22 -03:00
str_replace_array_refs2.phpt add another test to #1022 2015-01-27 07:16:22 -03: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 non living code related typo fixes 2013-08-04 16:05:36 -07: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.phpt
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_split_basic.phpt
str_split_error.phpt
str_split_variation1.phpt
str_split_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
str_split_variation2_64bit.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
str_split_variation6_64bit.phpt
str_split_variation7.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
str_split_variation7_64bit.phpt
str_word_count.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
str_word_count1.phpt
strcasecmp.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
strcmp.phpt non living code related typo fixes 2013-08-04 16:05:36 -07:00
strcoll.phpt Refixing to follow documented behaviour 2009-04-29 07:53:10 +00:00
strcoll_error.phpt New strcoll error test. Tested on Windows, Linux and Linux 64. 2009-06-16 19:39:39 +00:00
strcspn.phpt
strcspn_basic.phpt
strcspn_error.phpt
strcspn_variation1.phpt
strcspn_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
strcspn_variation3.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strcspn_variation4.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strcspn_variation5.phpt
strcspn_variation6.phpt
strcspn_variation7.phpt
strcspn_variation8.phpt
strcspn_variation9.phpt
strcspn_variation10.phpt
strcspn_variation11.phpt
strcspn_variation12.phpt
strings001.phpt
strip_tags.phpt
strip_tags_basic1.phpt
strip_tags_basic2.phpt
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
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
strip_tags_variation5.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07: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 MFH: Fix bug when < is used within attribute. 2008-07-15 14:46:12 +00:00
stripcslashes_basic.phpt adding several other testing scenarios of code without coverage in stripcslashes function 2015-06-29 19:20:23 +02: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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
stripos.phpt
stripos_basic1.phpt
stripos_basic2.phpt strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01:00
stripos_error.phpt strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01: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
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 strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01:00
stripos_variation15.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
stripslashes_basic.phpt
stripslashes_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
stripslashes_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
stripslashes_variation2.phpt MFH: Fixed test after fixing bug #44830 2008-05-12 05:08:49 +00:00
stripslashes_variation3.phpt
stripslashes_variation4.phpt
stristr.phpt standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
stristr2.phpt
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 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
strlen.phpt Scalar type hints with ZPP casting rules 2015-02-10 15:48:04 +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
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 correct fix to the natcmp_ex 2014-09-15 12:58:46 +02: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 fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation1.phpt
strncasecmp_variation2.phpt
strncasecmp_variation3.phpt
strncasecmp_variation4.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation5.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strncasecmp_variation6.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
strncasecmp_variation7.phpt
strncasecmp_variation8.phpt
strncasecmp_variation9.phpt
strncasecmp_variation10.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncasecmp_variation11.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_basic.phpt
strncmp_error.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation1.phpt
strncmp_variation2.phpt
strncmp_variation3.phpt
strncmp_variation4.phpt fix tests for builtin Zend functions using new parsing API 2008-06-18 23:45:36 +00:00
strncmp_variation5.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strncmp_variation6.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
strncmp_variation7.phpt
strncmp_variation8.phpt
strncmp_variation9.phpt
strpbrk_basic.phpt Tests for strpbrk(), testfest.php.net task #91 and #92. 2008-07-15 11:14:42 +00:00
strpbrk_error.phpt Tests for strpbrk(), testfest.php.net task #91 and #92. 2008-07-15 11:14:42 +00:00
strpos.phpt strpos()/stripos(): Add support for negative offsets 2016-03-09 14:41:37 +01:00
strpos_number.phpt
strrchr.phpt
strrchr_basic.phpt typo fixes 2013-07-15 00:23:03 -07:00
strrchr_error.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation1.phpt
strrchr_variation2.phpt
strrchr_variation3.phpt
strrchr_variation4.phpt
strrchr_variation5.phpt - Fixed tests 2011-12-01 15:38:17 +00:00
strrchr_variation6.phpt
strrchr_variation7.phpt
strrchr_variation8.phpt
strrchr_variation9.phpt New parameter parsing API for string, part I 2008-06-22 19:22:41 +00:00
strrchr_variation10.phpt 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
strrev.phpt
strrev_basic.phpt
strrev_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strrev_variation1.phpt Unicode Codepoint Escape Syntax 2014-12-19 00:40:59 +00:00
strrev_variation2.phpt
strrev_variation3.phpt
strrev_variation4.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strripos.phpt Fix one more leak when wrong $needle type provide of strripos 2015-01-23 17:14:39 +08: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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
strrpos.phpt Better fix 2015-01-18 21:38:25 -05:00
strrpos_basic1.phpt
strrpos_basic2.phpt
strrpos_error.phpt
strrpos_negative_offset.phpt Better fix 2015-01-18 21:38:25 -05:00
strrpos_offset.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strrpos_variation1.phpt
strrpos_variation2.phpt
strrpos_variation3.phpt
strrpos_variation4.phpt
strrpos_variation5.phpt
strrpos_variation6.phpt
strrpos_variation7.phpt
strrpos_variation8.phpt
strrpos_variation9.phpt
strrpos_variation10.phpt 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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strrpos_variation15.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strspn.phpt
strspn_basic.phpt
strspn_error.phpt
strspn_variation1.phpt
strspn_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
strspn_variation3.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
strspn_variation4.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
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
strstr.phpt Scalar type hints with ZPP casting rules 2015-02-10 15:48:04 +00:00
strstr2.phpt
strtok_basic.phpt
strtok_error.phpt - New parameter parsing API (zend_get_parameters_array_ex--) 2008-08-16 21:32:41 +00:00
strtok_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
strtok_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
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 Fix SKIPIF logic 2009-01-20 23:19:44 +00:00
strtolower.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
strtoupper.phpt
strtoupper1-win32.phpt Fix SKIPIF logic 2009-01-20 23:19:44 +00:00
strtoupper1.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
strtr.phpt
strtr_basic.phpt
strtr_error.phpt New parameter parsing API 2008-06-25 12:16:17 +00:00
strtr_variation1.phpt
strtr_variation2.phpt
strtr_variation3.phpt fix tests corrupted by svn's eol-style=native 2009-07-15 13:44:14 +00:00
strtr_variation4.phpt
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
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_with_reference.phpt Fix strtr() segfault 2014-05-09 15:14:27 +02:00
strval.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +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
substr.phpt Fix bug #62922 2015-06-20 14:39:55 +02:00
substr_compare.phpt Fix bug #55451 2016-08-07 18:48:36 +02:00
substr_count_basic.phpt substr_count(): Support negative values for '$offset' and '$length' parameters. 2016-03-09 14:41:37 +01:00
substr_count_error.phpt substr_count(): Support negative values for '$offset' and '$length' parameters. 2016-03-09 14:41:37 +01:00
substr_count_variation_001.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
substr_count_variation_002.phpt
substr_replace.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 fix #71287 (substr_replace bug when length type is string) 2016-03-31 17:10:12 +01:00
trim.phpt
trim1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07: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 Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
trim_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
trim_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
ucfirst.phpt Scalar type hints with ZPP casting rules 2015-02-10 15:48:04 +00:00
ucwords_basic.phpt Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
ucwords_error.phpt Fix for bug #34407 - ucwords and title case 2014-07-12 10:44:11 +08:00
ucwords_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
ucwords_variation2.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
ucwords_variation3.phpt
ucwords_variation4.phpt Unicode Codepoint Escape Syntax 2014-12-19 00:40:59 +00:00
ucwords_variation5.phpt Fix for bug #34407 - ucwords and title case 2014-07-12 10:44:11 +08:00
unpack.phpt
unpack_bug68225.phpt Fixed bug #68225 unpack and X format code 2014-11-28 10:22:03 +01:00
unpack_error.phpt unpack() function accepts an additional optional argument $offset. 2016-03-03 13:49:45 +03:00
unpack_offset.phpt unpack() function accepts an additional optional argument $offset. 2016-03-03 13:49:45 +03:00
url_t.phpt Fixed test 2015-12-22 18:12:56 +01:00
uuencode.phpt
vfprintf_basic.phpt New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-20 04:21:58 +00:00
vfprintf_basic1.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic2.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic3.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic4.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic5.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic6.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic7.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic7_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_basic8.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_basic9.phpt fix many parallel test issues 2013-11-06 10:31:47 +01: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 Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation4.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation4_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation5.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation6.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation7.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation8.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation9.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation10.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation11.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation11_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation12.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation12_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation13.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation13_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation14.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation14_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation15.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation15_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation16.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation16_64bit.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation17.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation18.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation19.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation19_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vfprintf_variation20.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
vfprintf_variation21.phpt fix many parallel test issues 2013-11-06 10:31:47 +01: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.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_basic8.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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 Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation4_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation5.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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 Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vprintf_variation11_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation12_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +00:00
vprintf_variation13.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vprintf_variation13_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +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_variation14_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +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_variation15_64bit.phpt Fix test after the convert_to_long be improved, see #64290 2013-03-03 11:13:52 +08: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_variation16_64bit.phpt New vprintf() tests. Tested on Windows, Linux and Linux 64 bit. 2009-01-19 16:03:44 +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.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vprintf_variation19_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_basic1.phpt
vsprintf_basic2.phpt
vsprintf_basic3.phpt
vsprintf_basic4.phpt
vsprintf_basic5.phpt
vsprintf_basic6.phpt
vsprintf_basic7.phpt
vsprintf_basic7_64bit.phpt
vsprintf_basic8.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_basic9.phpt
vsprintf_error.phpt - Tests for parsing parameter api 2008-06-24 22:51:57 +00:00
vsprintf_variation1.phpt
vsprintf_variation2.phpt
vsprintf_variation3.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50: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_variation4_64bit.phpt
vsprintf_variation5.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation6.phpt
vsprintf_variation7.phpt
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 Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation10.phpt
vsprintf_variation11.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation11_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation12.phpt
vsprintf_variation12_64bit.phpt
vsprintf_variation13.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation13_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation14.phpt
vsprintf_variation14_64bit.phpt
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_variation15_64bit.phpt Fix test after the convert_to_long be improved, see #64290 2013-03-03 11:13:52 +08: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_variation16_64bit.phpt
vsprintf_variation17.phpt
vsprintf_variation18.phpt
vsprintf_variation19.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
vsprintf_variation19_64bit.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
wordwrap.phpt
wordwrap_basic.phpt
wordwrap_error.phpt
wordwrap_variation1.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
wordwrap_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
wordwrap_variation3.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
wordwrap_variation4.phpt Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
wordwrap_variation5.phpt