fork(1) download
  1. <?php
  2.  
  3. $test = "<b> TEST </b>";
  4.  
  5. $test = htmlspecialchars($test);
  6. echo htmlspecialchars($test);
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
&amp;lt;b&amp;gt; TEST &amp;lt;/b&amp;gt;