3v4l.org

run code in 300+ PHP versions simultaneously
<?php function readLogs($rows = 5) { $contents = "Hey how are you\n I'm good how are you\n Good nice to meet you\n What are you doing?\n Nothing much, you?"; $rows = explode('\n', $contents); $rows_len = count($rows); print_r($rows); } readLogs();

preferences:
29.32 ms | 402 KiB | 5 Q