3v4l.org

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

preferences:
46.72 ms | 402 KiB | 5 Q