php-src/ext/mbstring/tests
Dmitry Stogov 7fcd4064c0 Merge branch 'master' into phpng
* master: (41 commits)
  fix test - output can be chunked
  fix test
  fix test
  Fixed test for commit 997be125eb
  Add bug fix to NEWS
  Update UPGRADING according to bug fix
  fix test
  improve CURL tests to allow testing without separate server
  improve CURL tests to allow testing without separate server
  Fixed bug #67199	mb_regex_encoding mishmash
  Fix bug #67248 (imageaffinematrixget missing check of parameters)
  Fix bug #67247	spl_fixedarray_resize integer overflow
  fix news
  add tests stuff to README
  Updated NEWS
  Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)
  - Move checking
  - Fixed missing NULL check in SimpleXMLElement::xpath()
  - Fixed missing NULL check
  ...

Conflicts:
	ext/bz2/bz2.c
	ext/gd/gd.c
	ext/mbstring/php_mbregex.c
	ext/session/tests/031.phpt
	ext/simplexml/simplexml.c
	ext/spl/spl_fixedarray.c
2014-05-13 15:24:40 +04:00
..
bug20087.phpt MFH: fixed test case failures. 2011-09-11 12:12:48 +00:00
bug25140.phpt
bug26639.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
bug28220.phpt MFH: fixed test case failures. 2011-09-11 12:12:48 +00:00
bug30549.phpt
bug31911.phpt
bug40685.phpt MFH: fixed #40685: removed '&' in mb_decode_numericentity(). 2011-09-24 02:20:38 +00:00
bug43301.phpt Fix tests 2011-11-08 06:35:07 +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 Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding 2014-03-12 17:54:22 +09: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 MFH: fixed test case failures. 2011-09-11 12:12:48 +00:00
bug52861.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
bug52931.phpt - add skipif 2011-09-06 06:44:59 +00:00
bug52981.phpt - Fixed bug #52981 (Unicode casing table was out-of-date). 2010-10-05 01:54:17 +00:00
bug54494.phpt - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. 2011-04-09 16:59:36 +00:00
bug60306.phpt Fixed bug #60306 (Characters lost while converting from cp936 to utf8) 2011-11-18 08:50:29 +00:00
bug63447_001.phpt Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) 2012-11-07 17:05:24 +08:00
bug63447_002.phpt Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) 2012-11-07 17:05:24 +08:00
bug63447_003.phpt Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) 2012-11-07 17:05:24 +08:00
bug65045.phpt MFH: fixed #65045: mb_convert_encoding breaks well-formed character. 2013-07-31 08:46:54 +09:00
casefold.phpt
common.inc fix tests 2006-05-29 21:08:02 +00:00
empty_pattern.phpt Fix test failed after 0ea83ff847 2013-02-16 22:28:28 +08:00
htmlent.phpt Fix tests that break if filter.default isn't set to unsafe_raw 2012-03-02 05:04:40 +00:00
illformed_utf_sequences.phpt MFH: fixed #65045: mb_convert_encoding breaks well-formed character. 2013-07-31 08:46:54 +09:00
ini_encoding.phpt Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding 2014-03-12 17:54:22 +09:00
ini_language.phpt
mb_convert_encoding.phpt - Fix include_path. 2008-07-17 16:30:32 +00:00
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_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_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_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_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 Fixed multibyte related issues 2011-03-14 16:00:59 +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_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-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_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_callback.phpt MFH mb_ereg_replace_callback() for security enhancements. 2012-03-02 14:19:05 +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_search.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
mb_ereg_search_pos.phpt fixed failed tests (backport from PHP_5_4/trunk). 2012-01-14 09:07:10 +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_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_eregi.phpt - MFH: New tests (WurzbrugUG testfest) 2009-07-07 01:17:46 +00:00
mb_eregi_invalid_arguments.phpt - MFH: New tests (WurzbrugUG testfest) 2009-07-07 01:17:46 +00:00
mb_eregi_replace.phpt Fixed test for commit 997be125eb 2014-05-12 15:35:16 +09: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 Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_internal_encoding.phpt Fixed segfault due to incompleted refactoring 2014-03-24 17:14:29 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_internal_encoding_variation2.phpt fix test 2011-09-04 05:00:30 +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_str.phpt MFH: fixed test case failures. 2011-09-11 12:12:48 +00:00
mb_parse_str02.phpt MFH: fixed test case failures. 2011-09-11 12:12:48 +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 #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail02.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail03.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail04.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail05.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail06.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02:00
mb_send_mail07.phpt Fixed bug #61631 mbstring mail related tests fail 2012-04-10 12:23:07 +02: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_split_empty_match.phpt mb_split() can now handle empty matches like preg_split() does. 2013-02-10 15:04:23 +09: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 mb_split() can now handle empty matches like preg_split() does. 2013-02-10 15:04:23 +09: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_str_functions_opt-parameter.phpt Missed SKIPIF 2013-05-09 15:57:25 +08:00
mb_strcut.phpt - Fix include_path. 2008-07-17 16:30:32 +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_strimwidth.phpt - Fix include_path. 2008-07-17 16:30:32 +00:00
mb_stripos.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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_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_error1.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stripos_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stripos_variation3.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stripos_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stripos_variation5_Bug45923.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
mb_stristr_basic.phpt remove XFAIL 2009-02-17 10:08:25 +00:00
mb_stristr_error1.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stristr_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stristr_variation3.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_stristr_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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.phpt - Fix include_path. 2008-07-17 16:30:32 +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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strlen_error2.phpt - Committing new tests for MBString extension. 2008-02-01 15:29:59 +00:00
mb_strlen_variation1.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strlen_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strlen_variation3.phpt - Fix tests. 2008-07-25 10:48:20 +00:00
mb_strpos.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08: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 Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strpos_error2.phpt - Committing new tests for MBString extension. 2008-02-01 15:29:59 +00:00
mb_strpos_variation1.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strpos_variation2.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strpos_variation3.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strpos_variation4.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strpos_variation5.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrchr_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrchr_variation3.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrchr_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrichr_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrichr_variation3.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strrichr_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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_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_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_error1.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strripos_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strripos_variation3_Bug45923.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strripos_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strrpos_error2.phpt - Fix tests. 2008-07-25 10:48:20 +00:00
mb_strrpos_variation1.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strrpos_variation2.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strrpos_variation3.phpt - MFH: Refix bug #43840. 2009-02-15 07:10:29 +00:00
mb_strrpos_variation4.phpt Refactor mbstring (incompleted) 2014-03-24 12:40:07 +08:00
mb_strrpos_variation5.phpt - Fix tests. 2008-07-25 10:48:20 +00:00
mb_strstr.phpt - MFH: Fixed warnings. 2008-07-24 13:46:50 +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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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 It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strstr_variation2.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strstr_variation3.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08:00
mb_strstr_variation4.phpt It's a tradition return NULL on error of args parsing 2014-03-24 14:31:03 +08: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_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.phpt - MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=entity) 2008-07-31 17:37:12 +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_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
mb_substr_basic.phpt MFH:- fix test 2008-07-31 11:50:16 +00:00
mb_substr_count.phpt
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_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
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
pictogram1.phpt MFH: fixed a bug in convertion table and added test script for emoji. 2011-09-23 11:11:38 +00:00
simpletest.phpt
skipif.inc
zend_multibyte-01.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00
zend_multibyte-02.phpt Merge mainstream 'master' branch into refactoring 2014-04-26 00:32:51 +04:00
zend_multibyte-03.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00
zend_multibyte-04.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00
zend_multibyte-05.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00
zend_multibyte-06.phpt Merge mainstream 'master' branch into refactoring 2014-04-26 00:32:51 +04:00
zend_multibyte-07.phpt Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding 2014-03-12 17:54:22 +09:00
zend_multibyte-08.phpt XFAIL the leaking multibyte tests, we should really get to the bottom of this 2014-05-01 12:49:57 +02:00
zend_multibyte-09.phpt Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding 2014-03-12 17:54:22 +09:00
zend_multibyte-10.phpt XFAIL the leaking multibyte tests, we should really get to the bottom of this 2014-05-01 12:49:57 +02:00
zend_multibyte-11.phpt XFAIL the leaking multibyte tests, we should really get to the bottom of this 2014-05-01 12:49:57 +02:00
zend_multibyte-12.phpt Merge mainstream 'master' branch into refactoring 2014-04-26 00:32:51 +04:00
zend_multibyte-13.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00
zend_multibyte-14.phpt Enable zend.multibyte tests. Tipcal configuration works, but most tests fail. 2014-01-19 13:29:45 +09:00