Home
last modified time | relevance | path

Searched refs:item_dup (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c186 char *item_dup; in TWIG_STRTOLOWER() local
188 item_dup = estrndup(str, str_len); in TWIG_STRTOLOWER()
189 php_strtolower(item_dup, str_len); in TWIG_STRTOLOWER()
190 return item_dup; in TWIG_STRTOLOWER()