$custom = Array( Array( \'name\' => $name1, \'url\' => $url1 ), Array(
array_spliceDocs takes an array of elements to insert. So the call should actually be
array_splice($custom, 1, 0, array($bread_elem));