summaryrefslogtreecommitdiff
path: root/ext/iconv/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-011-0/+29
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-251-0/+13
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
* Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-301-0/+41
* Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-041-0/+22
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-302-2/+10
* Test from 2009 testfestZoe Slattery2009-08-261-0/+76
* Give this test more headroom since it needs to allocate a 90M blockRasmus Lerdorf2009-08-021-0/+2
* Get rid of this platform-specific testRasmus Lerdorf2009-07-281-22/+0
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-133-0/+141
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-126-0/+550
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-06-1225-0/+4494
* - Add a new test for the additional delimiter of the encoding conversion filterMoriyoshi Koizumi2009-05-141-0/+50
* - Update the test as newer libc gets the bogus input through rather thanMoriyoshi Koizumi2009-05-141-8/+6
* one more testStanislav Malyshev2007-09-191-0/+12
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFHfoobar2007-05-051-0/+4
* synchronize iconv_substr() behavior with substr()Antony Dovgal2007-03-121-5/+5
* fix tests on AIXAntony Dovgal2007-02-212-3/+19
* Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length =Ilia Alshanetsky2006-11-151-0/+10
* do not search for empty strings with strpos() and strrpos()Antony Dovgal2006-09-062-0/+12
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
* - MFH: fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-271-0/+10
* add missing skipif conditionsAntony Dovgal2005-12-213-1/+5
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-1/+1
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-011-10/+3
* Improve iconv skip conditionsIlia Alshanetsky2005-10-301-2/+2
* Do not run tests if iconv extension is unavailable.Ilia Alshanetsky2005-10-259-9/+9
* - Fix skip-if comment.Derick Rethans2005-08-071-1/+1
* Fixed bug in test fileDmitry Stogov2005-06-221-1/+1
* - Add test case for iconv_mime_encode().Moriyoshi Koizumi2005-03-231-0/+10
* Test was fixed.Dmitry Stogov2004-11-221-1/+1
* A trivial implement for dos-like platformsMoriyoshi Koizumi2003-12-051-3/+3
* Add regression test for iconv stream filtersMoriyoshi Koizumi2003-12-052-0/+42
* Fix test so it fits the expected behaviourMoriyoshi Koizumi2003-12-021-1/+1
* Add regression test for iconv_mime_decode_headers()Moriyoshi Koizumi2003-12-021-0/+89
* Update test.Moriyoshi Koizumi2003-12-011-1/+20
* More RFC2047 conformance. Add ability to forcefully continue processingMoriyoshi Koizumi2003-12-011-6/+60
* Updated test so it won't fail if the extension has been built with libiconv.Moriyoshi Koizumi2003-07-061-4/+2
* Modified the test so it reflects the change to iconv_mime_decode()Moriyoshi Koizumi2003-07-061-1/+8
* Fix testMoriyoshi Koizumi2003-05-311-134/+160
* Test update for new featureMoriyoshi Koizumi2003-01-141-1/+1
* Added test case for iconv_mime_encode()Moriyoshi Koizumi2003-01-041-0/+393
* Added test case for iconv_mime_decode()Moriyoshi Koizumi2003-01-031-0/+17
* Added test cases for iconv_strpos() and iconv_strrpos()Moriyoshi Koizumi2003-01-032-0/+108
* Added test cases for iconv_strlen() and iconv_substr()Moriyoshi Koizumi2003-01-032-0/+78
* MFBMoriyoshi Koizumi2003-01-031-42/+11
* CosmeticsMoriyoshi Koizumi2002-11-063-3/+3
* Added a test case to check the behaviour on failureMoriyoshi Koizumi2002-11-061-0/+13