summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* * MFH remainderMoriyoshi Koizumi2008-10-161-0/+8
* - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_coun...Moriyoshi Koizumi2008-08-011-0/+26
* - MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=e...Moriyoshi Koizumi2008-07-311-30/+26
* MFH:- fix testJani Taskinen2008-07-311-1/+3
* - fix test (MF53)Jani Taskinen2008-03-051-4/+2
* fixed some failures on test scripts caused by bug fix.Rui Hirokawa2008-02-187-79/+53
* - Committing new tests for MBString extension.Josie Messa2008-02-0175-0/+9612
* MFH:- Fixed bug #43301 (mb_ereg*_replace() crashes when replacement string isJani Taskinen2007-11-161-0/+21
* MFHAntony Dovgal2006-10-111-0/+41
* MFH: fix segfault/leak, add testAntony Dovgal2006-10-111-0/+79
* fix tests.Seiji Masugata2006-07-292-21/+17
* MFH: fix/add SKIPIFHannes Magnusson2006-06-277-7/+7
* fix testsAntony Dovgal2006-05-292-2/+5
* add missing skipif conditionsAntony Dovgal2005-12-213-0/+6
* fix testAntony Dovgal2005-12-161-1/+1
* - Fixed bug #34015foobar2005-08-051-18/+6
* - Add testcases for bug #28220 and #30549.Moriyoshi Koizumi2005-02-212-0/+52
* - Update libmbfl (fixes bug #30549 and #31911).Moriyoshi Koizumi2005-02-201-0/+11
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-163-3/+3
* - Fix test. I have no idea why the test was left this way.Moriyoshi Koizumi2004-10-091-3/+6
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-6/+9
* - Fix bug #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-261-4/+27
* - Turn off mbstring.func_overload as this test uses plain strlen() forMoriyoshi Koizumi2004-01-191-0/+2
* Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)Moriyoshi Koizumi2003-12-181-0/+100
* Fix testsMarcus Boerger2003-11-302-8/+8
* fix skipif for these testsfoobar2003-10-022-0/+10
* Add test cases for the regex problesMoriyoshi Koizumi2003-09-262-0/+27
* Explicitly specify mbstring.language.Moriyoshi Koizumi2003-09-264-0/+6
* Specify full path to cat for mb_send_mail() testsMoriyoshi Koizumi2003-09-264-4/+4
* Specify full path for cat utility used by the test.Ilia Alshanetsky2003-09-244-4/+4
* - Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries toDerick Rethans2003-08-191-0/+10
* Use getenv() rather then $_ENV, the latter is not always avaliable.Ilia Alshanetsky2003-08-091-1/+1
* Fix test as the "expected result" was totally pointless in the first place.Moriyoshi Koizumi2003-08-081-2/+2
* Fix the test which should have been fixed long ago.Moriyoshi Koizumi2003-08-081-1/+1
* Add test case for the bugMoriyoshi Koizumi2003-08-081-0/+33
* Disable the test temporarily because "-d" flags in the command line doesn'tMoriyoshi Koizumi2003-08-031-0/+1
* Fixed test so it won't fail in correct situationsMoriyoshi Koizumi2003-05-146-6/+6
* Fixed test cases so they wouldn't be failed in case register_globals=onMoriyoshi Koizumi2003-03-292-0/+2
* Trivial test adjustmentMoriyoshi Koizumi2003-02-033-8/+4
* Fixed test case for mb_strpos().Moriyoshi Koizumi2003-02-031-2/+2
* Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.netMoriyoshi Koizumi2003-01-317-8/+8
* Prevented the result from being affected by function overloadingMoriyoshi Koizumi2002-11-291-0/+2
* MFBMoriyoshi Koizumi2002-11-241-0/+104
* Test for mb_send_mail() under language=KoreanMoriyoshi Koizumi2002-11-231-0/+41
* Added missing mb_internal_encoding()Moriyoshi Koizumi2002-11-213-0/+3
* Removed unnecessary "\n"Moriyoshi Koizumi2002-11-211-2/+1
* Added a test to check whether mb_parse_str() works properlyMoriyoshi Koizumi2002-11-191-0/+79
* Modified the test so it wouldn't be affected by ini settings.Moriyoshi Koizumi2002-11-191-0/+1
* Divided the overload test into two so as to handle the case mbregex isMoriyoshi Koizumi2002-11-152-6/+29
* %s/SKIP/skip/gMoriyoshi Koizumi2002-11-1523-24/+24