|
MediaWiki
REL1_19
|
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 30 of file PhpBugTests.php.
Definition at line 33 of file PhpBugTests.php.
| PhpXmlBugTester::chardata | ( | $ | parser, |
| $ | data | ||
| ) |
Definition at line 42 of file PhpBugTests.php.
| PhpXmlBugTester::$ok = false |
Definition at line 32 of file PhpBugTests.php.
PhpXmlBugTester::$parsedData = '' [private] |
Definition at line 31 of file PhpBugTests.php.