.. |
004.phpt
|
|
|
005.phpt
|
MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail
|
2007-05-10 16:28:11 +00:00 |
006.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
|
2011-07-22 11:25:30 +00:00 |
addcslashes_001.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
addcslashes_002.phpt
|
split one more ten-in-one test
|
2007-09-09 22:28:06 +00:00 |
addcslashes_003.phpt
|
split one more ten-in-one test
|
2007-09-09 22:28:06 +00:00 |
addcslashes_004.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
addslashes_basic.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
addslashes_error.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
addslashes_variation1.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
addslashes_variation2.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
basename_basic.phpt
|
New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt
|
2007-05-22 15:59:04 +00:00 |
basename_error.phpt
|
New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt
|
2007-05-22 15:59:04 +00:00 |
basename_variation.phpt
|
New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt
|
2007-05-22 15:59:04 +00:00 |
basename.phpt
|
|
|
bin2hex_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
bin2hex_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
bin2hex_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
bin2hex.phpt
|
|
|
bug20108.phpt
|
|
|
bug20169.phpt
|
|
|
bug20261.phpt
|
|
|
bug20927.phpt
|
|
|
bug20934.phpt
|
|
|
bug21338.phpt
|
|
|
bug21453.phpt
|
|
|
bug21730.phpt
|
|
|
bug21744.phpt
|
|
|
bug22008.phpt
|
|
|
bug22187.phpt
|
|
|
bug22207.phpt
|
fix test
|
2006-12-25 14:27:51 +00:00 |
bug22224.phpt
|
- Update test
|
2006-05-25 10:46:53 +00:00 |
bug22227.phpt
|
|
|
bug23650.phpt
|
|
|
bug23894.phpt
|
fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)
|
2007-06-04 01:23:07 +00:00 |
bug24098.phpt
|
fix test
|
2006-07-16 15:59:08 +00:00 |
bug24208.phpt
|
|
|
bug24281.phpt
|
|
|
bug24312.phpt
|
|
|
bug25671.phpt
|
|
|
bug25707.phpt
|
|
|
bug26817.phpt
|
|
|
bug26819.phpt
|
Fix test according to bug#40009
|
2007-01-05 15:22:35 +00:00 |
bug26878.phpt
|
|
|
bug26973.phpt
|
fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)
|
2007-06-04 01:23:07 +00:00 |
bug27276.phpt
|
|
|
bug27278.phpt
|
|
|
bug27295.phpt
|
|
|
bug27457.phpt
|
|
|
bug27675.phpt
|
|
|
bug28386.phpt
|
|
|
bug28633.phpt
|
|
|
bug29075.phpt
|
|
|
bug29119.phpt
|
|
|
bug29538.phpt
|
- MFH Fixed Bug #29538 number_format and problem with 0
|
2006-07-16 10:50:58 +00:00 |
bug33076.phpt
|
|
|
bug33605.phpt
|
fix possible substr_compare() crash
|
2006-04-25 12:48:42 +00:00 |
bug34214.phpt
|
|
|
bug35817.phpt
|
Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values)
|
2005-12-28 20:55:14 +00:00 |
bug36148.phpt
|
Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
|
2006-01-26 15:45:33 +00:00 |
bug36306.phpt
|
fix test names
|
2007-05-07 18:03:01 +00:00 |
bug36392.phpt
|
Fixed bug #36392 (wrong number of decimal digits with %e specifier in
|
2006-12-22 15:29:41 +00:00 |
bug36944.phpt
|
ok, let's make this test to work on all systems
|
2006-04-14 20:30:11 +00:00 |
bug37244.phpt
|
MFH: test for bug #37244
|
2006-06-26 22:20:27 +00:00 |
bug37262.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
bug38322.phpt
|
add new test
|
2006-08-04 15:01:37 +00:00 |
bug38770.phpt
|
- Skip some tests in 32bit systems, add cleanups where missing
|
2009-07-28 19:16:02 +00:00 |
bug39032.phpt
|
MFH: fix #39032 (strcspn() stops on null character)
|
2006-10-04 11:14:32 +00:00 |
bug39350.phpt
|
Fixed bug #39350 (crash with implode("\n", array(false))).
|
2006-11-06 17:21:05 +00:00 |
bug39621.phpt
|
MFH: fix #39621 (str_replace() is not binary safe on strings with equal length)
|
2006-11-24 21:59:09 +00:00 |
bug39873.phpt
|
Fixed bug #39873 (number_format() breaks with locale & decimal points).
|
2006-12-22 04:03:15 +00:00 |
bug40432.phpt
|
Fixed bug #40432 (strip_tags() fails with greater than in attribute).
|
2007-02-13 02:16:22 +00:00 |
bug40637.phpt
|
add new test
|
2007-02-26 09:58:04 +00:00 |
bug40704.phpt
|
Fixed bug #40704 (strip_tags() does not handle single quotes correctly)
|
2007-03-03 15:46:29 +00:00 |
bug40754.phpt
|
MFH
|
2009-04-24 19:48:41 +00:00 |
bug40915.phpt
|
MFH
|
2009-04-25 21:13:07 +00:00 |
bug42107.phpt
|
MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters)
|
2007-07-26 15:24:06 +00:00 |
bug42208.phpt
|
Fixed bug #42208 (substr_replace() crashes when the same array is passed
|
2007-08-05 14:47:42 +00:00 |
bug43927.phpt
|
add test
|
2008-01-28 23:07:45 +00:00 |
bug44242.phpt
|
MFB: Fixed bug #44242 (metaphone('CMXFXM') crashes PHP)
|
2008-02-25 22:54:57 +00:00 |
bug44703.phpt
|
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
|
- Improve test
|
2009-02-06 10:40:28 +00:00 |
bug47443.phpt
|
- New test
|
2009-02-18 22:53:56 +00:00 |
bug47481.phpt
|
- Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
|
2009-07-17 11:13:51 +00:00 |
bug47842.phpt
|
* fixed bug #47842 sscanf() does not support 64-bit values
|
2010-05-19 11:28:08 +00:00 |
bug48709.phpt
|
- MFH: Fixed bug #48709 (metaphone and 'wh')
|
2009-06-30 11:46:20 +00:00 |
bug49785.phpt
|
- 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
|
Fixed bug #54454 (substr_compare incorrectly reports equality in some cases)
|
2011-04-03 07:18:27 +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
|
Fix bug #60801 (strpbrk() mishandles NUL byte) on trunk only for now.
|
2012-01-30 13:29:15 +00:00 |
bug60965.phpt
|
- Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with
|
2012-02-04 18:12:18 +00: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 |
chop_basic.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
chop_error.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
chop_variation1.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
chop_variation2.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
chop_variation3.phpt
|
New testcases for chop()
|
2007-09-14 18:58:02 +00:00 |
chop_variation4.phpt
|
New testcases for chop()
|
2007-09-14 18:58:02 +00:00 |
chop_variation5.phpt
|
New testcases for chop()
|
2007-09-14 18:58:02 +00:00 |
chr_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
chr_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
chr_ord.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
chr_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
chunk_split_basic.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split_error.phpt
|
Additional fix for bug #42868
|
2007-12-24 18:09:50 +00:00 |
chunk_split_variation1.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
chunk_split_variation2.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
chunk_split_variation3.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
chunk_split_variation4.phpt
|
- Fix test
|
2009-07-23 16:25:07 +00:00 |
chunk_split_variation5.phpt
|
- Skip some tests in 32bit systems, add cleanups where missing
|
2009-07-28 19:16:02 +00:00 |
chunk_split_variation6.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split_variation7.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
chunk_split_variation8.phpt
|
- Skip some tests in 32bit systems, add cleanups where missing
|
2009-07-28 19:16:02 +00:00 |
chunk_split_variation9.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
chunk_split_variation10.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split_variation11.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split_variation12.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split_variation13.phpt
|
New testcases for chunk_split() function
|
2007-09-29 16:49:41 +00:00 |
chunk_split.phpt
|
add some edge cases
|
2007-06-06 17:12:40 +00:00 |
convert_cyr_string_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_cyr_string_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_cyr_string_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_cyr_string.phpt
|
Fix tests (MFH)
|
2007-11-05 17:43:21 +00:00 |
convert_uudecode_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_uudecode_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_uudecode_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_uuencode_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_uuencode_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
convert_uuencode_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
count_chars_basic.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
count_chars_error.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
count_chars_variation1.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
count_chars_variation2.phpt
|
New string function tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-16 12:53:27 +00:00 |
count_chars.phpt
|
|
|
crc32_basic.phpt
|
New testcases for crc32() function
|
2007-09-26 06:03:55 +00:00 |
crc32_error.phpt
|
New testcases for crc32() function
|
2007-09-26 06:03:55 +00:00 |
crc32_variation1.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
crc32_variation2.phpt
|
New testcases for crc32() function
|
2007-09-26 06:03:55 +00:00 |
crc32_variation3.phpt
|
New testcases for crc32() function
|
2007-09-26 06:03:55 +00:00 |
crc32_variation4.phpt
|
New testcases for crc32() function
|
2007-09-26 06:03:55 +00:00 |
crc32.phpt
|
|
|
crypt_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_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
|
new/improved tests
|
2007-02-13 12:59:53 +00:00 |
dirname_basic.phpt
|
New testcaes for file/strings/general_functions
|
2007-05-25 13:44:23 +00:00 |
dirname_error.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
dirname_variation.phpt
|
New testcaes for file/strings/general_functions
|
2007-05-25 13:44:23 +00:00 |
explode1.phpt
|
MFH: Fixed tests, reverted changes from bug #47546
|
2009-04-02 09:42:26 +00:00 |
explode_bug.phpt
|
fix memnstr bug, by Laurent Gaffie
|
2008-08-05 20:14:27 +00:00 |
explode_error.phpt
|
New explode() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:35:00 +00:00 |
explode_variation1.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
explode_variation2.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
explode_variation3.phpt
|
New explode() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:35:00 +00:00 |
explode_variation4.phpt
|
New explode() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:35:00 +00:00 |
explode_variation5.phpt
|
MFH: Fixed tests, reverted changes from bug #47546
|
2009-04-02 09:42:26 +00:00 |
explode_variation6.phpt
|
MFH: Fixed tests, reverted changes from bug #47546
|
2009-04-02 09:42:26 +00:00 |
explode.phpt
|
MFH: Fixed tests, reverted changes from bug #47546
|
2009-04-02 09:42:26 +00:00 |
fprintf_error.phpt
|
Use new parameter parsing API
|
2008-07-01 10:01:09 +00:00 |
fprintf_variation_001.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_002.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_003_64bit.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_003.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_004.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_005.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_006_64bit.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_006.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_007_64bit.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_007.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_008_64bit.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_008.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
fprintf_variation_009.phpt
|
MFH
|
2007-07-19 15:15:26 +00:00 |
get_html_translation_table_basic1.phpt
|
- 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_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
|
MFH: fix leaks in get_meta_tags() when used with b0rked HTML
|
2006-11-13 20:18:12 +00:00 |
hebrev_basic.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrev_error.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrev_variation1.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrev_variation2.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrevc_basic.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrevc_error.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrevc_variation1.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
hebrevc_variation2.phpt
|
New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 21:59:39 +00:00 |
highlight_file.phpt
|
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
|
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
|
- Fixed test htmlentities15.phpt.
|
2011-08-31 06:32:05 +00: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
|
- Revamp of the decoding portion of html.c.
|
2010-10-10 19:04:59 +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
|
- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
|
2010-10-14 19:14:06 +00:00 |
htmlentities-utf-3.phpt
|
- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
|
2010-10-14 19:14:06 +00:00 |
htmlentities-utf.phpt
|
- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
|
2010-10-14 19:14:06 +00:00 |
htmlentities.phpt
|
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
|
New testcases for htmlspecialchars_decode() function
|
2007-09-29 16:51:42 +00:00 |
htmlspecialchars_decode_error.phpt
|
New testcases for htmlspecialchars_decode() function
|
2007-09-29 16:51:42 +00:00 |
htmlspecialchars_decode_variation1.phpt
|
New and fixed html tests. Tested in Windows, Linux and Linux 64.
|
2009-06-23 22:45:31 +00:00 |
htmlspecialchars_decode_variation2.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
htmlspecialchars_decode_variation3.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
htmlspecialchars_decode_variation4.phpt
|
New testcases for htmlspecialchars_decode() function
|
2007-09-29 16:51:42 +00:00 |
htmlspecialchars_decode_variation5.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
htmlspecialchars_decode_variation6.phpt
|
New and fixed html tests. Tested in Windows, Linux and Linux 64.
|
2009-06-23 22:45:31 +00:00 |
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.phpt
|
|
|
implode1.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
implode.phpt
|
|
|
join_basic.phpt
|
New testcases for join() function
|
2007-09-29 16:52:54 +00:00 |
join_error.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
join_variation1.phpt
|
fix test : better float values
|
2007-11-09 08:52:27 +00:00 |
join_variation2.phpt
|
MFH: Fixed bug #42789
|
2007-10-01 12:05:41 +00:00 |
join_variation3.phpt
|
New testcases for join() function
|
2007-09-29 16:52:54 +00:00 |
join_variation4.phpt
|
New testcases for join() function
|
2007-09-29 16:52:54 +00:00 |
join_variation5.phpt
|
New testcases for join() function
|
2007-09-29 16:52:54 +00:00 |
join_variation6.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
lcfirst.phpt
|
- MFH (lcfirst())
|
2008-01-19 19:27:22 +00:00 |
levenshtein.phpt
|
MFH: sync
|
2007-11-06 13:38:15 +00:00 |
ltrim_basic.phpt
|
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 15:47:59 +00:00 |
ltrim_error.phpt
|
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 15:47:59 +00:00 |
ltrim_variation1.phpt
|
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 15:47:59 +00:00 |
ltrim_variation2.phpt
|
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 15:47:59 +00:00 |
ltrim.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
md5_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
|
add new tests
|
2006-11-15 17:27:03 +00:00 |
money_format_basic1.phpt
|
fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems
|
2009-07-17 15:56:36 +00:00 |
money_format_error.phpt
|
fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems
|
2009-07-17 15:56:36 +00:00 |
money_format_variation1.phpt
|
fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems
|
2009-07-17 15:56:36 +00:00 |
money_format_variation2.phpt
|
fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems
|
2009-07-17 15:56:36 +00:00 |
moneyformat.phpt
|
be more strict in the skipif
|
2008-01-27 16:54:22 +00:00 |
nl2br_error.phpt
|
MFH: fix test
|
2008-08-14 20:33:35 +00:00 |
nl2br_variation1.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
nl2br_variation2.phpt
|
New testcases for nl2br() function
|
2007-10-05 18:46:02 +00:00 |
nl2br_variation3.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
nl2br_variation4.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
nl2br_variation5.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
nl2br.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
nl_langinfo_basic.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
nl_langinfo_error1.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
nl_langinfo_variation1.phpt
|
test fixes on Darwin
|
2011-08-31 07:10:17 +00:00 |
number_format_basic.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
number_format_error.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
ord_basic.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
ord_error.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
ord_variation1.phpt
|
New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 22:51:02 +00:00 |
pack.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
parse_str_basic1.phpt
|
New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
|
2009-06-23 22:39:44 +00:00 |
parse_str_basic2.phpt
|
New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
|
2009-06-23 22:39:44 +00:00 |
parse_str_basic3.phpt
|
Fix 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
|
Fixed tests (win32)
|
2007-04-18 14:51:29 +00:00 |
php_strip_whitespace.phpt
|
add new tests
|
2006-11-16 13:01:23 +00:00 |
print_basic.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
print_variation1.phpt
|
Changed silent conversion of array to string to produce a notice. (Patrick)
|
2011-10-21 06:08:47 +00:00 |
printf_64bit.phpt
|
fix tests
|
2011-05-03 11:15:30 +00:00 |
printf_basic1.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic2.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic3.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic4.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic5.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic6.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic7.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic8.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_basic9.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_error.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_variation1.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf_variation2.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
printf.phpt
|
fixed tests to match the new float precision of 53, as described in bug 47168
|
2011-03-10 13:25:19 +00:00 |
quoted_printable_decode_basic.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
quoted_printable_decode_error.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
quoted_printable_decode_variation1.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
quoted_printable_encode_001.phpt
|
MFH: add quoted_printable_encode()
|
2008-08-14 10:12:21 +00:00 |
quoted_printable_encode_002.phpt
|
MFH: add quoted_printable_encode()
|
2008-08-14 10:12:21 +00:00 |
quotemeta_basic.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
quotemeta_error.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
rtrim_basic.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
rtrim_error.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
rtrim_variation1.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
rtrim_variation2.phpt
|
New string tests. Tested on Windows, Linux and Linu 64 bit
|
2009-01-16 22:46:08 +00:00 |
rtrim.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
setlocale_basic1.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_basic2.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_basic3.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_error.phpt
|
- New parameter parsing API (zend_get_parameters_array_ex--)
|
2008-08-16 21:32:41 +00:00 |
setlocale_variation1.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_variation2.phpt
|
Fixed test (removed "bad" locale)
|
2009-09-22 08:22:29 +00:00 |
setlocale_variation3.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_variation4.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
setlocale_variation5.phpt
|
fix a bunch of SKIPIF (check for non available locales)
|
2008-01-27 16:45:43 +00:00 |
sha1_basic.phpt
|
New sha1f() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 19:37:45 +00:00 |
sha1_error.phpt
|
New sha1f() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 19:37:45 +00:00 |
sha1_file.phpt
|
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 |
sha1.phpt
|
changes to run-tests.php:
|
2007-09-14 15:28:03 +00:00 |
sha1raw.phpt
|
|
|
show_source_basic.phpt
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
show_source_variation1.phpt
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
show_source_variation2.phpt
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
similar_text_basic.phpt
|
- Fixed tests
|
2008-11-19 16:58:28 +00:00 |
similar_text_error.phpt
|
- Tests from TestFest
|
2008-07-14 15:27:19 +00:00 |
soundex_basic.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
soundex_error.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
soundex.phpt
|
add new tests
|
2006-11-15 17:27:03 +00:00 |
sprintf_basic1.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic2.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic3.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic4.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic5.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic6.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_basic7_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_basic7.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_basic8_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_basic8.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_basic9.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_error.phpt
|
- Tests for parsing parameter api
|
2008-06-24 22:51:57 +00:00 |
sprintf_f_2.phpt
|
fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)
|
2007-06-04 01:23:07 +00:00 |
sprintf_f_3.phpt
|
fix tests
|
2006-12-25 11:16:23 +00:00 |
sprintf_f.phpt
|
MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
|
2006-12-06 09:52:51 +00:00 |
sprintf_variation1.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation2.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation3.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation4_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation4.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
sprintf_variation5.phpt
|
fix tests
|
2007-12-24 04:27:55 +00:00 |
sprintf_variation6.phpt
|
missing testcases - sprintf() function
|
2007-11-09 04:20:10 +00:00 |
sprintf_variation7.phpt
|
missing testcases - sprintf() function
|
2007-11-09 04:20:10 +00:00 |
sprintf_variation8.phpt
|
missing testcases - sprintf() function
|
2007-11-09 04:20:10 +00:00 |
sprintf_variation9.phpt
|
missing testcases - sprintf() function
|
2007-11-09 04:20:10 +00:00 |
sprintf_variation10.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation11.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation12.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation13.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation14.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation15.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation16.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation17.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation18.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation19.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation20.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation21.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation22.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation23.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
sprintf_variation24.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation25.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation26.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation27.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation28_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation28.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_variation29_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation29.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_variation30.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation31.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation32.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation33.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation34_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation34.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_variation35_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation35.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
sprintf_variation36.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
sprintf_variation37.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation38.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation39.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation40_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation40.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_variation41_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation41.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
sprintf_variation42.phpt
|
fix tests
|
2007-12-20 17:27:13 +00:00 |
sprintf_variation43.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation44_64bit.phpt
|
Added 64-bit tests (Serg)
|
2007-12-27 11:39:01 +00:00 |
sprintf_variation44.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
sprintf_variation45.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation46.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation47.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation48.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
sprintf_variation49.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation50.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation51.phpt
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sprintf_variation52.phpt
|
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
|
New testcases for sprintf() function
|
2007-09-29 16:54:57 +00:00 |
sscanf_basic1.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic2.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic3.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic4.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic5.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic6.phpt
|
fix tests
|
2011-05-03 11:15:30 +00:00 |
sscanf_basic7.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_basic8.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_error.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_variation1.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
sscanf_variation2.phpt
|
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit
|
2009-01-18 14:40:29 +00:00 |
str_getcsv_001.phpt
|
Fixed test
|
2009-06-02 12:19:34 +00:00 |
str_ireplace.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
str_pad_variation1.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_pad_variation2.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_pad_variation3.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_pad_variation4.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_pad_variation5.phpt
|
- Fixed tests
|
2009-01-25 16:53:07 +00:00 |
str_pad.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
str_repeat.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
str_replace_basic.phpt
|
New str_replace() tests. All tested on Windows, Linux and Linux 64
|
2009-08-17 22:41:30 +00:00 |
str_replace_error.phpt
|
New str_replace() tests. All tested on Windows, Linux and Linux 64
|
2009-08-17 22:41:30 +00:00 |
str_replace_variation1.phpt
|
New str_replace() tests. All tested on Windows, Linux and Linux 64
|
2009-08-17 22:41:30 +00:00 |
str_replace_variation2.phpt
|
New str_replace() tests. All tested on Windows, Linux and Linux 64
|
2009-08-17 22:41:30 +00:00 |
str_replace_variation3.phpt
|
New str_replace() tests. All tested on Windows, Linux and Linux 64
|
2009-08-17 22:41:30 +00:00 |
str_replace.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
str_rot13_basic.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
str_rot13_error.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
str_shuffle_basic.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_shuffle_error.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_shuffle_variation1.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
str_shuffle.phpt
|
|
|
str_split_basic.phpt
|
New testcases for str_split() function
|
2007-10-05 18:18:18 +00:00 |
str_split_error.phpt
|
New testcases for str_split() function
|
2007-10-05 18:18:18 +00:00 |
str_split_variation1.phpt
|
New testcases for str_split() function
|
2007-10-05 18:18:18 +00:00 |
str_split_variation2_64bit.phpt
|
fix test
|
2007-11-08 10:29:52 +00:00 |
str_split_variation2.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
str_split_variation3.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
str_split_variation4.phpt
|
New testcases for str_split() function
|
2007-10-05 18:18:18 +00:00 |
str_split_variation5.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
str_split_variation6_64bit.phpt
|
fix tests
|
2007-11-08 11:19:32 +00:00 |
str_split_variation6.phpt
|
fix tests
|
2007-11-08 11:19:32 +00:00 |
str_split_variation7_64bit.phpt
|
fix tests
|
2007-11-08 11:19:32 +00:00 |
str_split_variation7.phpt
|
fix tests
|
2007-11-08 11:19:32 +00:00 |
str_word_count1.phpt
|
MFH: avoid reading str[-1], add warning when invalid format specified
|
2006-10-11 13:15:30 +00:00 |
str_word_count.phpt
|
MFH: avoid reading str[-1], add warning when invalid format specified
|
2006-10-11 13:15:30 +00:00 |
strcasecmp.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strcmp.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strcoll_error.phpt
|
New strcoll error test. Tested on Windows, Linux and Linux 64.
|
2009-06-16 19:39:39 +00:00 |
strcoll.phpt
|
Refixing to follow documented behaviour
|
2009-04-29 07:53:10 +00:00 |
strcspn_basic.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_error.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation1.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
strcspn_variation2.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
strcspn_variation3.phpt
|
fix test for linux64 - choosing smaller float values
|
2007-11-14 16:31:45 +00:00 |
strcspn_variation4.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
strcspn_variation5.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation6.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation7.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation8.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation9.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation10.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation11.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn_variation12.phpt
|
New testcases for strcspn() function
|
2007-09-22 10:36:15 +00:00 |
strcspn.phpt
|
add some edge cases
|
2007-06-06 17:12:40 +00:00 |
strings001.phpt
|
use memrchr/zend_memrchr instead of strrchr
|
2006-08-08 10:22:25 +00:00 |
strip_tags_basic1.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_basic2.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_error.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
strip_tags_variation1.phpt
|
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 22:54:36 +00:00 |
strip_tags_variation2.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation3.phpt
|
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 22:54:36 +00:00 |
strip_tags_variation4.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation5.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
strip_tags_variation6.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation7.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation8.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation9.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
strip_tags_variation10.phpt
|
- Rewrite scanner to be based on re2c instead of flex
|
2008-03-16 21:06:55 +00:00 |
strip_tags_variation11.phpt
|
MFH: Fix bug when < is used within attribute.
|
2008-07-15 14:46:12 +00:00 |
strip_tags.phpt
|
|
|
stripcslashes_basic.phpt
|
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 22:54:36 +00:00 |
stripcslashes_error.phpt
|
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 22:54:36 +00:00 |
stripcslashes_variation1.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
stripos_basic1.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_basic2.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_error.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation1.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stripos_variation2.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stripos_variation3.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation4.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation5.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation6.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation7.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
stripos_variation8.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation9.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation10.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stripos_variation11.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stripos_variation12.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation13.phpt
|
New testcases for stripos() function
|
2007-09-29 16:56:46 +00:00 |
stripos_variation14.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
stripos_variation15.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
stripos.phpt
|
fix invalid read - no need to compare strings if haystack is "" or shorter than needle
|
2006-07-12 12:33:48 +00:00 |
stripslashes_basic.phpt
|
New testcases for stripslashes() function
|
2007-09-07 13:51:26 +00:00 |
stripslashes_error.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
stripslashes_variation1.phpt
|
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 22:54:36 +00:00 |
stripslashes_variation2.phpt
|
MFH: Fixed test after fixing bug #44830
|
2008-05-12 05:08:49 +00:00 |
stripslashes_variation3.phpt
|
New testcases for stripslashes() function
|
2007-09-07 13:51:26 +00:00 |
stripslashes_variation4.phpt
|
New testcases for stripslashes() function
|
2007-09-07 13:51:26 +00:00 |
stristr2.phpt
|
New tests and fix tests (new error message)
|
2008-02-01 13:41:19 +00:00 |
stristr_basic.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
stristr_error.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
stristr_variation1.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stristr_variation2.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
stristr.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
strlen_basic.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strlen_error.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strlen_variation1.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strlen.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
strnatcasecmp_basic.phpt
|
PHP Testfest. Tests done by Felix De Vliegher
|
2008-07-10 23:46:49 +00:00 |
strnatcasecmp_error.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
strnatcasecmp_variation1.phpt
|
Doing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical.
|
2009-08-08 14:48:47 +00:00 |
strnatcmp_basic.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
strnatcmp_error.phpt
|
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
|
2009-08-17 10:37:30 +00:00 |
strncasecmp_basic.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_error.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncasecmp_variation1.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation2.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation3.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation4.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncasecmp_variation5.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncasecmp_variation6.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation7.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation8.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation9.phpt
|
New testcases for strncasecmp()
|
2007-09-14 19:02:07 +00:00 |
strncasecmp_variation10.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncasecmp_variation11.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncmp_basic.phpt
|
better output matching/fixes
|
2007-09-15 07:29:55 +00:00 |
strncmp_error.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncmp_variation1.phpt
|
better output matching/fixes
|
2007-09-15 07:29:55 +00:00 |
strncmp_variation2.phpt
|
better output matching/fixes
|
2007-09-15 07:29:55 +00:00 |
strncmp_variation3.phpt
|
better output matching/fixes
|
2007-09-15 07:29:55 +00:00 |
strncmp_variation4.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncmp_variation5.phpt
|
fix tests for builtin Zend functions using new parsing API
|
2008-06-18 23:45:36 +00:00 |
strncmp_variation6.phpt
|
New testcases for strncmp() function
|
2007-09-07 14:20:12 +00:00 |
strncmp_variation7.phpt
|
New testcases for strncmp() function
|
2007-09-07 14:20:12 +00:00 |
strncmp_variation8.phpt
|
better output matching/fixes
|
2007-09-15 07:29:55 +00:00 |
strncmp_variation9.phpt
|
New testcases for strncmp() function
|
2007-09-07 14:20:12 +00:00 |
strpbrk_basic.phpt
|
Tests for strpbrk(), testfest.php.net task #91 and #92.
|
2008-07-15 11:14:42 +00:00 |
strpbrk_error.phpt
|
Tests for strpbrk(), testfest.php.net task #91 and #92.
|
2008-07-15 11:14:42 +00:00 |
strpos_number.phpt
|
add new test
|
2008-01-22 15:42:36 +00:00 |
strpos.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
strrchr_basic.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_error.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
strrchr_variation1.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation2.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation3.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation4.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation5.phpt
|
- Fixed tests
|
2011-12-01 15:38:17 +00:00 |
strrchr_variation6.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation7.phpt
|
fix test
|
2007-10-08 06:22:13 +00:00 |
strrchr_variation8.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr_variation9.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
strrchr_variation10.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
strrchr_variation11.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
strrchr_variation12.phpt
|
New testcases for strrchr() function
|
2007-09-29 16:59:07 +00:00 |
strrchr.phpt
|
add new test
|
2006-08-08 09:51:06 +00:00 |
strrev_basic.phpt
|
new testcases for strrev() function
|
2007-09-26 14:40:14 +00:00 |
strrev_error.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
strrev_variation1.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
strrev_variation2.phpt
|
new testcases for strrev() function
|
2007-09-26 14:40:14 +00:00 |
strrev_variation3.phpt
|
new testcases for strrev() function
|
2007-09-26 14:40:14 +00:00 |
strrev_variation4.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
strrev.phpt
|
|
|
strripos_basic1.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_basic2.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_error.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_offset.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
strripos_variation1.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_variation2.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_variation3.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_variation4.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos_variation5.phpt
|
New test for strripos() string function. All tests checked on Windows, Linux and Linux 64 bit.
|
2009-01-15 13:40:05 +00:00 |
strripos.phpt
|
|
|
strrpos_basic1.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_basic2.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_error.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_offset.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
strrpos_variation1.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation2.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation3.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation4.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation5.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation6.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation7.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation8.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation9.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation10.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
strrpos_variation11.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation12.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation13.phpt
|
New testcases for strrpos() function
|
2007-10-05 18:33:24 +00:00 |
strrpos_variation14.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
strrpos_variation15.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
strrpos.phpt
|
|
|
strspn_basic.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_error.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation1.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
strspn_variation2.phpt
|
fix tests: better float values
|
2007-11-09 07:19:00 +00:00 |
strspn_variation3.phpt
|
fix test for linux64 - choosing smaller float values
|
2007-11-14 16:31:45 +00:00 |
strspn_variation4.phpt
|
fix test for linux64 - choosing smaller float values
|
2007-11-14 16:31:45 +00:00 |
strspn_variation5.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation6.phpt
|
- Fixed tests
|
2011-12-01 15:38:17 +00:00 |
strspn_variation7.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation8.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation9.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation10.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation11.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn_variation12.phpt
|
New testcases for strspn() function
|
2007-09-22 10:51:38 +00:00 |
strspn.phpt
|
|
|
strstr2.phpt
|
New tests and fix tests (new error message)
|
2008-02-01 13:41:19 +00:00 |
strstr.phpt
|
standardise and clean up string functions parameter parsing
|
2009-08-13 06:44:50 +00:00 |
strtok_basic.phpt
|
New testcases for strtok() function
|
2007-09-22 07:39:57 +00:00 |
strtok_error.phpt
|
- New parameter parsing API (zend_get_parameters_array_ex--)
|
2008-08-16 21:32:41 +00:00 |
strtok_variation1.phpt
|
- New parameter parsing API (zend_get_parameters_array_ex--)
|
2008-08-16 21:32:41 +00:00 |
strtok_variation2.phpt
|
- New parameter parsing API (zend_get_parameters_array_ex--)
|
2008-08-16 21:32:41 +00:00 |
strtok_variation3.phpt
|
New testcases for strtok() function
|
2007-09-22 07:39:57 +00:00 |
strtok_variation4.phpt
|
New testcases for strtok() function
|
2007-09-22 07:39:57 +00:00 |
strtok_variation5.phpt
|
New testcases for strtok() function
|
2007-09-22 07:39:57 +00:00 |
strtok_variation6.phpt
|
- Fixed tests
|
2011-12-01 15:38:17 +00:00 |
strtok_variation7.phpt
|
New testcases for strtok() function
|
2007-09-22 07:39:57 +00:00 |
strtolower-win32.phpt
|
Fix SKIPIF logic
|
2009-01-20 23:19:44 +00:00 |
strtolower.phpt
|
test fixes on Darwin
|
2011-08-31 07:10:17 +00:00 |
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 |
strtoupper.phpt
|
|
|
strtr_basic.phpt
|
New testcases for strtr() function
|
2007-10-08 15:21:36 +00:00 |
strtr_error.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
strtr_variation1.phpt
|
New testcases for strtr() function
|
2007-10-08 15:21:36 +00:00 |
strtr_variation2.phpt
|
New testcases for strtr() function
|
2007-10-08 15:21:36 +00:00 |
strtr_variation3.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
strtr_variation4.phpt
|
New testcases for strtr() function
|
2007-10-08 15:21:36 +00:00 |
strtr_variation5.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strtr_variation6.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strtr_variation7.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strtr_variation8.phpt
|
New testcases for strtr() function
|
2007-10-08 15:21:36 +00:00 |
strtr_variation9.phpt
|
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit
|
2009-01-19 15:46:41 +00:00 |
strtr.phpt
|
|
|
strval_basic.phpt
|
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 15:54:47 +00:00 |
strval_error.phpt
|
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 15:54:47 +00:00 |
strval_variation1.phpt
|
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 15:54:47 +00:00 |
strval_variation2.phpt
|
New strval() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 15:54:47 +00:00 |
strval.phpt
|
Changed silent conversion of array to string to produce a notice. (Patrick)
|
2011-10-21 06:08:47 +00:00 |
substr_compare.phpt
|
Fixed bug #54454 (substr_compare incorrectly reports equality in some cases)
|
2011-04-03 07:18:27 +00:00 |
substr_count_basic.phpt
|
MFH: split test
|
2007-07-16 10:59:17 +00:00 |
substr_count_error.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
substr_count_variation_001.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
substr_count_variation_002.phpt
|
MFH: split test
|
2007-07-16 10:59:17 +00:00 |
substr_replace_array.phpt
|
Fixed bug #55366: keys lost when using substr_replace an array
|
2011-08-29 20:38:52 +00:00 |
substr_replace_error.phpt
|
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 17:13:18 +00:00 |
substr_replace.phpt
|
|
|
substr.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
trim1.phpt
|
New parameter parsing API for string, part I
|
2008-06-22 19:22:41 +00:00 |
trim_basic.phpt
|
New trim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 16:41:15 +00:00 |
trim_error.phpt
|
New trim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 16:41:15 +00:00 |
trim_variation1.phpt
|
New trim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 16:41:15 +00:00 |
trim_variation2.phpt
|
New trim() tests. Tested on Windows, Linux and Linux 64 bit
|
2009-01-17 16:41:15 +00:00 |
trim.phpt
|
|
|
ucfirst.phpt
|
- Making sure the tests are not failing after modifications to the new
|
2008-01-16 12:56:20 +00:00 |
ucwords_basic.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
ucwords_error.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
ucwords_variation1.phpt
|
New parameter parsing API
|
2008-06-25 12:16:17 +00:00 |
ucwords_variation2.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
ucwords_variation3.phpt
|
New testcases for ucwords() function
|
2007-09-07 14:44:52 +00:00 |
ucwords_variation4.phpt
|
fix tests corrupted by svn's eol-style=native
|
2009-07-15 13:44:14 +00:00 |
unpack_error.phpt
|
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 17:13:18 +00:00 |
unpack.phpt
|
Fixed test
|
2007-06-15 08:16:11 +00:00 |
url_t.phpt
|
Fixed bug #38859 (parse_url() fails if passing '@' in passwd).
|
2006-09-28 14:52:31 +00:00 |
uuencode.phpt
|
fix tests
|
2007-09-30 14:37:33 +00:00 |
vfprintf_basic1.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic2.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic3.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic4.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic5.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic6.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic7_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic7.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic8.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic9.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_basic.phpt
|
New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit
|
2008-06-20 04:21:58 +00:00 |
vfprintf_error1.phpt
|
fixing incorrect --CLEAN-- sections
|
2009-04-16 12:28:03 +00:00 |
vfprintf_error2.phpt
|
fixing incorrect --CLEAN-- sections
|
2009-04-16 12:28:03 +00:00 |
vfprintf_error3.phpt
|
fixing incorrect --CLEAN-- sections
|
2009-04-16 12:28:03 +00:00 |
vfprintf_error4.phpt
|
fixing incorrect --CLEAN-- sections
|
2009-04-16 12:28:03 +00:00 |
vfprintf_variation1.phpt
|
New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task No: 124, Tested on RHEL5 -32bit, WinXP-32bit
|
2008-06-20 04:21:58 +00:00 |
vfprintf_variation3.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation4_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation4.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vfprintf_variation5.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation6.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation7.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation8.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation9.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation10.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation11_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation11.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation12_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation12.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation13_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation13.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation14_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation14.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation15_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation15.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vfprintf_variation16_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation16.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vfprintf_variation17.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation18.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation19_64bit.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation19.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation20.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vfprintf_variation21.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vprintf_basic1.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic2.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic3.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic4.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic5.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic6.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic7_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic7.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic8.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_basic9.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_error.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation1.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation2.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation3.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation4_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation4.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vprintf_variation5.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation6.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation7.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation8.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation9.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation10.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation11_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation11.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation12_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation12.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation13_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation13.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation14_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation14.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation15_64bit.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vprintf_variation15.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vprintf_variation16_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation16.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vprintf_variation17.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation18.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation19_64bit.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vprintf_variation19.phpt
|
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-01-19 16:03:44 +00:00 |
vsprintf_basic1.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic2.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic3.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic4.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic5.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic6.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic7_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_basic7.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_basic8.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_basic9.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_error.phpt
|
- Tests for parsing parameter api
|
2008-06-24 22:51:57 +00:00 |
vsprintf_variation1.phpt
|
fix tests: better float values
|
2007-12-03 12:02:29 +00:00 |
vsprintf_variation2.phpt
|
fix tests: better float values
|
2007-12-03 12:02:29 +00:00 |
vsprintf_variation3.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation4_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation4.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vsprintf_variation5.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation6.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation7.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation8.phpt
|
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
|
2009-01-20 14:19:31 +00:00 |
vsprintf_variation9.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation10.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation11_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation11.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation12_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation12.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation13_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation13.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation14_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation14.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation15_64bit.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vsprintf_variation15.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vsprintf_variation16_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation16.phpt
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
vsprintf_variation17.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation18.phpt
|
New testcases for vsprintf() function
|
2007-10-05 18:09:31 +00:00 |
vsprintf_variation19_64bit.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
vsprintf_variation19.phpt
|
MFH: fix tests, add 64bit versions
|
2007-11-06 12:54:28 +00:00 |
wordwrap_basic.phpt
|
New testcases for wordwrap()
|
2007-09-14 18:53:38 +00:00 |
wordwrap_error.phpt
|
New testcases for wordwrap()
|
2007-09-14 18:53:38 +00:00 |
wordwrap_variation1.phpt
|
fix tests : better float values
|
2007-12-03 13:03:31 +00:00 |
wordwrap_variation2.phpt
|
New testcases for wordwrap()
|
2007-09-14 18:53:38 +00:00 |
wordwrap_variation3.phpt
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
wordwrap_variation4.phpt
|
New testcases for wordwrap()
|
2007-09-14 18:53:38 +00:00 |
wordwrap_variation5.phpt
|
New testcases for wordwrap()
|
2007-09-14 18:53:38 +00:00 |
wordwrap.phpt
|
Fixed "Floating point exception" inside wordwrap()
|
2007-07-22 15:55:16 +00:00 |