(.*?);i', function(array $matches) use(&$title): string { $title = $matches[1]; return ""; }, $__page ); $page = SRCDIR . "/pages/" . bin2hex(random_bytes(8)) . ".tmp"; file_put_contents($page, $__page); unset($__page); include SRCDIR . "/template.php"; unlink($page);