fork(10) download
  1. <?php
  2. $str = '""Example""';
  3. $str = str_replace('"', '', $str);
  4. echo $str;
  5. ?>
Success #stdin #stdout 0.04s 52480KB
stdin
Standard input is empty
stdout
Example