summaryrefslogtreecommitdiff
path: root/ext/xml/tests
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)Rob Richards2008-12-121-0/+33
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-057-29/+0
* XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0357-0/+8001
* Support for closuresDmitry Stogov2008-07-171-0/+47
* fix test namesAntony Dovgal2008-05-141-1/+1
* Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)Rasmus Lerdorf2008-01-291-0/+13
* fix testHannes Magnusson2006-09-021-3/+1
* fix bug #38454 (warning upon disabling handler via xml_set_element_handler)Rob Richards2006-08-151-0/+71
* MFH: fix testRob Richards2006-01-041-2/+0
* - MFH Fix test by splitting itMarcus Boerger2005-12-232-82/+188
* - MFH Do not test output escaping hereMarcus Boerger2005-12-233-24/+24
* add skipif conditionsAntony Dovgal2005-12-2110-3/+26
* MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)Rob Richards2005-12-191-0/+48
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-011-1/+3
* Improve iconv skip conditionsIlia Alshanetsky2005-10-301-1/+1
* This test failed because libxml versions differ..foobar2005-08-071-7/+7
* Added test for bug #27908foobar2005-07-311-0/+19
* - Fix test.foobar2005-07-311-3/+3
* - If you ask me both (expat and libxml) are not really accurate about byteMarcus Boerger2005-07-172-0/+92
* fix testAntony Dovgal2005-06-291-1/+2
* nuke crap, end scripts always with ?>foobar2005-06-031-2/+3
* Add skipif, test requires iconv.Magnus M��tt�2005-06-031-0/+3
* Partial fix test: It is still possible to use expat libs with ext/xml..foobar2005-04-031-4/+6
* - Turn off incorrect case folding to let test over.Moriyoshi Koizumi2005-03-141-0/+1
* - Add testcases for bug #32001Moriyoshi Koizumi2005-03-021-0/+477
* test case for Bug #30266Hartmut Holzgraefe2005-02-101-0/+48
* Test updated to test for additional libxml2/expat inconsistenciesHartmut Holzgraefe2004-03-291-9/+68
* - Fix test (wrong expected result..)foobar2004-03-151-1/+1
* - omit WARNING instead of ERROR for x_p_c_nsChristian Stocker2004-02-233-3/+3
* skip tests, if xml_parser_create_ns is not supported.Christian Stocker2004-02-233-0/+12
* test for attributesChristian Stocker2004-02-231-0/+34
* add test for default namespaces and same-prefix/different-namespaceURIChristian Stocker2004-02-221-0/+30
* Improper test file was fixed.Dmitry Stogov2003-12-161-1/+1
* test case for BC bug 26614Hartmut Holzgraefe2003-12-131-0/+29
* Fixed bug #26528 (HTML entities are not being decoded byIlia Alshanetsky2003-12-051-0/+27
* Fix testsMoriyoshi Koizumi2003-11-043-3/+12
* Add regression test for bug #25666Moriyoshi Koizumi2003-09-301-0/+30
* Fix testsMarcus Boerger2002-10-295-50/+59
* rename and WS fixesMarcus Boerger2002-10-296-124/+132
* do not dl() load in skipif.incMarcus Boerger2002-10-291-5/+6
* Skip this when strtoupper doesn't behave as expected, because casefoldingMelvyn Sopacua2002-10-211-1/+7
* Revert the bogus patch.foobar2002-04-041-5/+5
* - fix "xml_parse_into_struct/umlauts in tags" testcase. It never reallyJan Lehnardt2002-03-231-5/+5
* - More test fixesDerick Rethans2002-03-054-1/+5
* tags need to be UTF8-decoded as well.Thies C. Arntzen2001-08-121-0/+42
* Removed skipif.php + Fixed tests to use skipif.inc instead.foobar2001-03-203-11/+2
* Remove deprecated call-time referenceStanislav Malyshev2000-09-031-1/+1
* tests look for skipif.inc, so add itStanislav Malyshev2000-09-031-0/+9
* * added regression tests for the XML extensionStig Bakken2000-08-308-0/+378