Searched refs:twig_to_array (Results 1 – 1 of 1) sorted by relevance
392 $values = twig_to_array($values);521 return strtr($str, twig_to_array($from));648 return array_merge(twig_to_array($arr1), twig_to_array($arr2));742 $value = twig_to_array($value, false);1465 function twig_to_array($seq, $preserveKeys = true) function1654 $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys);