Changeset 40555
- Timestamp:
- 04/24/2017 01:22:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r39626 r40555 158 158 159 159 function parse($in) { 160 $parse = xml_parse($this->xml, $in, sizeof($in));160 $parse = xml_parse($this->xml, $in, true); 161 161 if (!$parse) { 162 162 trigger_error(sprintf("XML error: %s at line %d",
Note: See TracChangeset
for help on using the changeset viewer.