<?php ini_get(string $option): string|false
<?php if (ini_get('short_open_tag')) { $text = str_replace('<?', '<?', $text); }