- Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- <?php echo html_entity_decode(strip_tags(highlight_file($_SERVER['SCRIPT_FILENAME'], true)));
- Output for 8.1.34, 8.2.0 - 8.2.30
- <?phpecho html_entity_decode(strip_tags(highlight_file($_SERVER['SCRIPT_FILENAME'], true)));