<?php $text = 1; var_dump(html_entity_decode($text, ENT_QUOTES, 'UTF-8')); var_dump(htmlspecialchars($text, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8'));
You have javascript disabled. You will not be able to edit any code.