PHP - Array Functions
Given
$arr = [5, 6, 7, 8], which code snippet correctly splits the array into chunks of size 3 and pads the last chunk at the beginning with the string "start" to reach size 3?