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); echo($rows); } readLogs();

preferences:
90.75 ms | 402 KiB | 5 Q