<!DOCTYPE html>
<html>
<body>

<?php
print_r (get_html_translation_table()); // HTML_SPECIALCHARS is default.
?>


</body>
</html>