Changeset 59055 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 09/18/2024 05:24:30 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r57749 r59055 296 296 public function __construct( $in ) { 297 297 $this->xml = xml_parser_create(); 298 xml_set_object( $this->xml, $this );299 298 xml_parser_set_option( $this->xml, XML_OPTION_CASE_FOLDING, 0 ); 300 299 xml_set_element_handler( $this->xml, array( $this, 'start_handler' ), array( $this, 'end_handler' ) );
Note: See TracChangeset
for help on using the changeset viewer.