fork(11) download
  1. <?php
  2.  
  3. $text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>';
  4. echo strip_tags($text);
  5.  
Success #stdin #stdout 0.02s 82880KB
stdin
Standard input is empty
stdout
Test paragraph. Other text