<?php strip_tags(string $string, array|string|null $allowed_tags = null): string
<?php $output = ob_get_clean(); assert(is_string($output)); return strip_tags(html_entity_decode($output)); } finally { ini_set('html_errors', $html); }