Searched refs:phpInfo (Results 1 – 1 of 1) sorted by relevance
15 $phpInfo = $this->replaceSensitiveInformation(ob_get_clean());16 $phpInfo = $this->cleanHtml($phpInfo);18 return $phpInfo;21 private function replaceSensitiveInformation(string $phpInfo): string argument27 ], '<hidden>', $phpInfo);36 private function cleanHtml(string $phpInfo): string argument38 preg_match('!<body.*?>(.*)</body>!ims', $phpInfo, $m);
Completed in 2 milliseconds