Changeset 60703 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 09/03/2025 12:16:17 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r59109 r60703 312 312 ) 313 313 ); 314 xml_parser_free( $this->xml ); 314 315 if ( PHP_VERSION_ID < 80000 ) { // xml_parser_free() has no effect as of PHP 8.0. 316 xml_parser_free( $this->xml ); 317 } 315 318 } 316 319 return true;
Note: See TracChangeset
for help on using the changeset viewer.