<?php $str = <<<_HTML 'single quotes' "double quotes" _HTML; echo 'no flags:', PHP_EOL, htmlspecialchars($str), PHP_EOL, PHP_EOL, 'with flags but nothing for quotes:', PHP_EOL, htmlspecialchars($str, ENT_HTML5);
You have javascript disabled. You will not be able to edit any code.