MediaWiki REL1_32
|
Test for PHP+libxml2 bug which breaks XML input subtly with certain versions. More...
Public Member Functions | |
__construct () | |
chardata ( $parser, $data) | |
Public Attributes | |
$ok = false | |
Private Attributes | |
$parsedData = '' | |
Test for PHP+libxml2 bug which breaks XML input subtly with certain versions.
Known fixed with PHP 5.2.9 + libxml2-2.7.3
Definition at line 32 of file PhpBugTests.php.
PhpXmlBugTester::__construct | ( | ) |
Definition at line 36 of file PhpBugTests.php.
References $parser.
PhpXmlBugTester::chardata | ( | $parser, | |
$data | |||
) |
Definition at line 46 of file PhpBugTests.php.
PhpXmlBugTester::$ok = false |
Definition at line 34 of file PhpBugTests.php.
|
private |
Definition at line 33 of file PhpBugTests.php.