fork(6) download
  1. <?php
  2.  
  3. $str = "&\#13;";
  4.  
  5. echo str_replace("&\\#13;", "hello", $str);
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
hello