Searched refs:xml_parse (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportParserBase.php | 34 use function xml_parse; alias 87 if (!xml_parse($this->xml_parser, $data, feof($fp))) {
|
H A D | ReportParserGenerate.php | 87 use function xml_parse; alias 1220 if (!xml_parse($repeat_parser, $reportxml, true)) { 1428 if (!xml_parse($repeat_parser, $reportxml, true)) { 2341 if (!xml_parse($repeat_parser, $reportxml, true)) { 2570 if (!xml_parse($repeat_parser, $reportxml, true)) {
|