PHP Source:
<!DOCTYPE html>
<html>
<body>

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


</body>
</html>
Result:
Show PHP - © www.w3ii.com