.. |
bug20087.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
bug25140.phpt
|
|
|
bug26639.phpt
|
|
|
bug28220.phpt
|
add missing skipif conditions
|
2005-12-21 11:42:06 +00:00 |
bug30549.phpt
|
add missing skipif conditions
|
2005-12-21 11:42:06 +00:00 |
bug31911.phpt
|
add missing skipif conditions
|
2005-12-21 11:42:06 +00:00 |
bug43301.phpt
|
- Fixed tests not passing under windows because of the directory separator
|
2010-11-08 09:29:15 +00:00 |
bug43840.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
bug43841.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
bug43993.phpt
|
- MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles)
|
2008-08-01 22:56:47 +00:00 |
bug43994.phpt
|
Fix bug #50115
|
2009-11-08 15:18:10 +00:00 |
bug43998.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
bug45239.phpt
|
* MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
|
2009-02-06 07:33:25 +00:00 |
bug45722.phpt
|
- Added SKIPIF
|
2009-11-08 15:02:54 +00:00 |
bug45923.phpt
|
- MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
|
2009-02-14 07:34:15 +00:00 |
bug46806.phpt
|
The last of the 2009 testfest tests
|
2009-08-30 18:18:50 +00:00 |
bug46843.phpt
|
- MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)
|
2009-02-02 04:53:10 +00:00 |
bug47399.phpt
|
- Added SKIPIF
|
2009-11-08 15:02:54 +00:00 |
bug48645.phpt
|
* Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities)
|
2009-07-29 04:44:08 +00:00 |
bug48697.phpt
|
- Looks like bug #48697 has already been fixed in RC1.
|
2009-09-14 04:11:29 +00:00 |
bug49354.phpt
|
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
|
2009-09-23 15:22:47 +00:00 |
bug49528.phpt
|
- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).
|
2009-09-11 08:22:19 +00:00 |
bug49536.phpt
|
- Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on.)
|
2009-09-11 21:26:18 +00:00 |
bug52861.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
bug52931.phpt
|
- Fixed bug #52931 (strripos not overloaded with function overloading enabled)
|
2010-09-27 23:09:00 +00:00 |
bug52981.phpt
|
- Fixed bug #52981 (Unicode casing table was out-of-date).
|
2010-10-05 01:54:17 +00:00 |
casefold.phpt
|
|
|
common.inc
|
fix tests
|
2006-05-29 21:08:02 +00:00 |
htmlent.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
illformed_utf_sequences.phpt
|
- MFH: strictly check UTF-8 and UTF-32 validity
|
2009-02-24 13:19:09 +00:00 |
ini_language.phpt
|
|
|
mb_convert_encoding_basic.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_convert_encoding_stateful.phpt
|
- MFH: just a paranoiac test. This works perfectly.
|
2009-04-16 02:07:20 +00:00 |
mb_convert_encoding_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_convert_encoding.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_convert_kana.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_convert_variables.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_decode_mimeheader_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_decode_mimeheader_error.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_decode_mimeheader_variation1.phpt
|
- restore credits, fix 5.3 as well, aka do it right /cc Deric
|
2010-09-05 14:38:35 +00:00 |
mb_decode_mimeheader_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_decode_mimeheader_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_decode_numericentity.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_detect_encoding.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_detect_order.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_encode_mimeheader_basic2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_encode_mimeheader_basic3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_encode_mimeheader_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_encode_mimeheader_indent.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_encode_mimeheader_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_encode_mimeheader_variation2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_encode_mimeheader_variation3.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_encode_mimeheader_variation4.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_encode_mimeheader_variation5.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_encode_mimeheader_variation6.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_encode_numericentity.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_encoding_aliases.phpt
|
- Added SKIPIF
|
2009-11-08 15:02:54 +00:00 |
mb_ereg1.phpt
|
- Fixed failing mbstring tests after bug fixes
|
2008-02-21 14:07:13 +00:00 |
mb_ereg2.phpt
|
updated to the new parameter-parsing api
|
2008-06-28 21:23:08 +00:00 |
mb_ereg3.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_ereg4.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_ereg_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_error.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_match_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_match_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_replace_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_replace_error.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_ereg_replace_variation1.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_ereg_replace_variation2.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_ereg_replace_variation3.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_ereg_replace_variation4.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_ereg_replace-compat-01.phpt
|
|
|
mb_ereg_replace-compat-02.phpt
|
|
|
mb_ereg_replace-compat-03.phpt
|
|
|
mb_ereg_replace-compat-04.phpt
|
|
|
mb_ereg_replace-compat-05.phpt
|
|
|
mb_ereg_replace-compat-06.phpt
|
|
|
mb_ereg_replace-compat-07.phpt
|
|
|
mb_ereg_replace-compat-08.phpt
|
|
|
mb_ereg_replace-compat-09.phpt
|
|
|
mb_ereg_replace-compat-10.phpt
|
|
|
mb_ereg_replace-compat-11.phpt
|
|
|
mb_ereg_replace-compat-12.phpt
|
|
|
mb_ereg_replace-compat-13.phpt
|
|
|
mb_ereg_replace.phpt
|
|
|
mb_ereg_search_pos.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_ereg_search_regs.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_ereg_search_xxx.phpt
|
|
|
mb_ereg_search.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_ereg_variation1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_ereg_variation2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_ereg_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_variation6.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg_variation7.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_ereg-compat-01.phpt
|
|
|
mb_ereg-compat-02.phpt
|
|
|
mb_ereg.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_eregi_invalid_arguments.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_eregi_replace.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_eregi.phpt
|
- MFH: New tests (WurzbrugUG testfest)
|
2009-07-07 01:17:46 +00:00 |
mb_get_info.phpt
|
- MFH: Add an entry for http_output_conv_mimetypes to the output of
|
2009-02-17 16:29:59 +00:00 |
mb_http_input.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_http_output.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_internal_encoding_basic.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_internal_encoding_error1.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_internal_encoding_error2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_internal_encoding_ini_basic2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_internal_encoding_variation1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_internal_encoding_variation2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_internal_encoding.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_list_encodings.phpt
|
- Added SKIPIF
|
2009-11-08 15:02:54 +00:00 |
mb_output_handler_euc_jp.phpt
|
|
|
mb_output_handler_pattern-01.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-02.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-03.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-04.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-05.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-06.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-07.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-08.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-09.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-10.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-11.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_pattern-12.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_runtime_ini_alteration-01.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_runtime_ini_alteration-02.phpt
|
- MFH: Fix tests.
|
2008-07-24 13:49:39 +00:00 |
mb_output_handler_shift_jis.phpt
|
|
|
mb_parse_str02.phpt
|
Removed register_globals
|
2010-04-21 01:27:22 +00:00 |
mb_parse_str.phpt
|
Removed register_globals
|
2010-04-21 01:27:22 +00:00 |
mb_preferred_mime_name.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_regex_encoding_basic.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_regex_encoding_error1.phpt
|
updated to the new parameter-parsing api
|
2008-06-28 21:23:08 +00:00 |
mb_regex_encoding_error2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_regex_encoding_variation1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_regex_encoding_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_regex_set_options.phpt
|
|
|
mb_send_mail01.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail02.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail03.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail04.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail05.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail06.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_send_mail07.phpt
|
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
|
2010-08-25 06:07:22 +00:00 |
mb_split_error.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_split_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_split_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_split_variation3.phpt
|
Remove duff comment produced by the test generator tool
|
2008-12-05 14:18:02 +00:00 |
mb_split-compat-01.phpt
|
|
|
mb_split.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strcut_missing_boundary_check.phpt
|
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
|
2010-11-09 03:23:04 +00:00 |
mb_strcut.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_strimwidth.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_stripos_basic2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_variation2.phpt
|
- These should have been in the previous commit.
|
2009-02-15 07:18:30 +00:00 |
mb_stripos_variation3.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_stripos_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stripos_variation5_Bug45923.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_stripos.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stristr_basic.phpt
|
remove XFAIL
|
2009-02-17 10:08:25 +00:00 |
mb_stristr_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stristr_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stristr_variation1.phpt
|
- MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria)
|
2008-12-30 02:17:30 +00:00 |
mb_stristr_variation2.phpt
|
- These should have been in the previous commit.
|
2009-02-15 07:18:30 +00:00 |
mb_stristr_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stristr_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_stristr_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strlen_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strlen_error1.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_strlen_error2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_strlen_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strlen_variation2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strlen_variation3.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strlen.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_strpos_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strpos_error1.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_strpos_error2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_strpos_variation1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strpos_variation2.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strpos_variation3.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strpos_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strpos_variation5.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strpos.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrchr_variation6.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrichr_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_basic2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_variation3_Bug45923.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strripos_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strripos_variation5_Bug45923.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strrpos_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrpos_error1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strrpos_error2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strrpos_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrpos_variation2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strrpos_variation3.phpt
|
- MFH: Refix bug #43840.
|
2009-02-15 07:10:29 +00:00 |
mb_strrpos_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strrpos_variation5.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strstr_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_error1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_error2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_variation2.phpt
|
- These should have been in the previous commit.
|
2009-02-15 07:18:30 +00:00 |
mb_strstr_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr_variation6.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strstr.phpt
|
- MFH: Fixed warnings.
|
2008-07-24 13:46:50 +00:00 |
mb_strtolower_basic.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtolower_error1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtolower_error2.phpt
|
- Fixed failing mbstring tests after bug fixes
|
2008-02-21 14:07:13 +00:00 |
mb_strtolower_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtolower_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtolower_variation3.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtolower_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtoupper_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtoupper_error1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtoupper_error2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtoupper_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtoupper_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strtoupper_variation3.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_strtoupper_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_strwidth.phpt
|
- Fix include_path.
|
2008-07-17 16:30:32 +00:00 |
mb_substitute_character_basic.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substitute_character_error.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substitute_character_variation1.phpt
|
Fix test - remove bogus variation
|
2009-06-09 20:18:31 +00:00 |
mb_substitute_character_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substitute_character.phpt
|
- MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=entity)
|
2008-07-31 17:37:12 +00:00 |
mb_substr_basic.phpt
|
MFH:- fix test
|
2008-07-31 11:50:16 +00:00 |
mb_substr_count_basic.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_substr_count_error1.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_substr_count_error2.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_substr_count_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_count_variation2.phpt
|
- These should have been in the previous commit.
|
2009-02-15 07:18:30 +00:00 |
mb_substr_count_variation3.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_count_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_count.phpt
|
|
|
mb_substr_error1.phpt
|
updated to the new parameter-parsing api
|
2008-06-28 21:23:08 +00:00 |
mb_substr_error2.phpt
|
- Committing new tests for MBString extension.
|
2008-02-01 15:29:59 +00:00 |
mb_substr_variation1.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_variation2.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_variation3.phpt
|
- Fix tests.
|
2008-07-25 10:48:20 +00:00 |
mb_substr_variation4.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_variation5.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_variation6.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr_variation7.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
mb_substr.phpt
|
MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-12-05 13:10:48 +00:00 |
overload01.phpt
|
|
|
overload02.phpt
|
|
|
php_gr_jp_10830.phpt
|
- Fixed tests
|
2008-11-19 11:41:47 +00:00 |
php_gr_jp_16242.phpt
|
|
|
php_gr_jp_dev_884-1.phpt
|
- Fixed tests
|
2008-11-19 11:41:47 +00:00 |
php_gr_jp_dev_884-2.phpt
|
- Fixed tests
|
2008-11-19 11:41:47 +00:00 |
simpletest.phpt
|
|
|
skipif.inc
|
|
|
zend_multibyte-01.phpt
|
- Revived zend multibyte
|
2008-07-24 22:21:41 +00:00 |
zend_multibyte-02.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-03.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-04.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-05.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-06.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-07.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-08.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-09.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-10.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-11.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-12.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-13.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |
zend_multibyte-14.phpt
|
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
|
2009-05-10 21:04:46 +00:00 |