<?php $entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5); foreach ($entities as $entity) { if (substr($entity, -1) !== ';') { var_dump($entity); } }
You have javascript disabled. You will not be able to edit any code.