fork download
  1. <?php
  2. echo str_word_count("Hello PHP!");
  3. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
2