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

preferences:
43.16 ms | 402 KiB | 5 Q