MediaWiki  1.23.8
PhpXmlBugTester Class Reference

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 = ''
 

Detailed Description

Test for PHP+libxml2 bug which breaks XML input subtly with certain versions.

Known fixed with PHP 5.2.9 + libxml2-2.7.3

See also
http://bugs.php.net/bug.php?id=45996

Definition at line 30 of file PhpBugTests.php.

Constructor & Destructor Documentation

◆ __construct()

PhpXmlBugTester::__construct ( )

Definition at line 34 of file PhpBugTests.php.

References $parser, and array().

Member Function Documentation

◆ chardata()

PhpXmlBugTester::chardata (   $parser,
  $data 
)

Definition at line 44 of file PhpBugTests.php.

Member Data Documentation

◆ $ok

PhpXmlBugTester::$ok = false

Definition at line 32 of file PhpBugTests.php.

◆ $parsedData

PhpXmlBugTester::$parsedData = ''
private

Definition at line 31 of file PhpBugTests.php.


The documentation for this class was generated from the following file: