3v4l.org

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

preferences:
35.13 ms | 402 KiB | 5 Q