So I have two arrays
Array ( [0] => test [1] => test 1 [2] => test 2 [3] => test 3 )
and
Array ( [0] => test
you loop through it to create a new array. There's no built-in function. Welcome to the wonderful world of programming :)
Hints: