Home
last modified time | relevance | path

Searched refs:ob_get_clean (Results 1 – 24 of 24) sorted by relevance

/webtrees/tests/app/Module/
H A DFamilyGroupReportModuleTest.php56 use function ob_get_clean; alias
116 $html = ob_get_clean();
123 $pdf = ob_get_clean();
H A DBirthReportModuleTest.php56 use function ob_get_clean; alias
115 $html = ob_get_clean();
122 $pdf = ob_get_clean();
H A DDeathReportModuleTest.php56 use function ob_get_clean; alias
116 $html = ob_get_clean();
123 $pdf = ob_get_clean();
H A DFactSourcesReportModuleTest.php56 use function ob_get_clean; alias
113 $html = ob_get_clean();
120 $pdf = ob_get_clean();
H A DCemeteryReportModuleTest.php56 use function ob_get_clean; alias
113 $html = ob_get_clean();
120 $pdf = ob_get_clean();
H A DAhnentafelReportModuleTest.php56 use function ob_get_clean; alias
118 $html = ob_get_clean();
125 $pdf = ob_get_clean();
H A DDescendancyReportModuleTest.php56 use function ob_get_clean; alias
114 $html = ob_get_clean();
121 $pdf = ob_get_clean();
H A DIndividualFamiliesReportModuleTest.php56 use function ob_get_clean; alias
119 $html = ob_get_clean();
126 $pdf = ob_get_clean();
H A DChangeReportModuleTest.php57 use function ob_get_clean; alias
116 $html = ob_get_clean();
123 $pdf = ob_get_clean();
H A DBirthDeathMarriageReportModuleTest.php108 $html = ob_get_clean();
115 $pdf = ob_get_clean();
H A DMissingFactsReportModuleTest.php125 $html = ob_get_clean();
132 $pdf = ob_get_clean();
H A DOccupationReportModuleTest.php110 $html = ob_get_clean();
117 $pdf = ob_get_clean();
H A DMarriageReportModuleTest.php113 $html = ob_get_clean();
120 $pdf = ob_get_clean();
H A DPedigreeReportModuleTest.php110 $html = ob_get_clean();
117 $pdf = ob_get_clean();
H A DRelatedIndividualsReportModuleTest.php116 $html = ob_get_clean();
123 $pdf = ob_get_clean();
H A DIndividualReportModuleTest.php113 $html = ob_get_clean();
120 $pdf = ob_get_clean();
/webtrees/app/Http/RequestHandlers/
H A DReportGenerate.php37 use function ob_get_clean; alias
100 $html = ob_get_clean();
118 $pdf = ob_get_clean();
H A DPhpInformation.php28 use function ob_get_clean; alias
55 $phpinfo = ob_get_clean();
H A DCalendarEvents.php46 use function ob_get_clean; alias
251 return response(ob_get_clean());
/webtrees/app/
H A DView.php115 $content = ob_get_clean();
145 $content = ob_get_clean();
185 return (string) ob_get_clean();
/webtrees/app/Module/
H A DFanChartModule.php54 use function ob_get_clean; alias
463 $png = ob_get_clean();
H A DAbstractIndividualListModule.php51 use function ob_get_clean; alias
452 $html = ob_get_clean();
H A DRelationshipsChartModule.php54 use function ob_get_clean; alias
406 $html = ob_get_clean();
/webtrees/app/Http/Middleware/
H A DEmitResponse.php110 $output = ob_get_clean();