3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filecontents = file_get_contents('http://www.brightmeup.info/words.txt'); $words = preg_split('/[\s]+/', $filecontents, -1, PREG_SPLIT_NO_EMPTY); print_r($words);

preferences:
43.14 ms | 402 KiB | 5 Q