fork(8) download
  1. <?php
  2.  
  3. $string = "test &#039;";
  4. echo html_entity_decode($string, ENT_QUOTES);
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
test '