fork download
  1. <?php
  2.  
  3. echo nl2br(htmlspecialchars("'", ENT_COMPAT, "UTF-8"))."\n";
  4. echo nl2br(htmlspecialchars("™", ENT_COMPAT, "UTF-8"));
  5.  
  6. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
'
™