fork download
  1. <?php
  2.  
  3. echo '<table> <tr><td></td> </table>';
  4. ?>
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
<table> <tr><td></td> </table>