Searched refs:lcItem (Results 1 – 2 of 2) sorted by relevance
993 char *lcItem = TWIG_STRTOLOWER(item, item_len); in PHP_FUNCTION() local1002 lcItem_length = strlen(lcItem); in PHP_FUNCTION()1006 sprintf(tmp_method_name_get, "get%s", lcItem); in PHP_FUNCTION()1007 sprintf(tmp_method_name_is, "is%s", lcItem); in PHP_FUNCTION()1013 if (TWIG_GET_ARRAY_ELEMENT(tmp_methods, lcItem, lcItem_length TSRMLS_CC)) { in PHP_FUNCTION()1042 efree(lcItem); in PHP_FUNCTION()1060 efree(lcItem);efree(item); in PHP_FUNCTION()1077 efree(lcItem);efree(item); in PHP_FUNCTION()1097 efree(lcItem);efree(item); in PHP_FUNCTION()1105 efree(lcItem); in PHP_FUNCTION()
642 } elseif (isset(self::$cache[$class][$lcItem = strtolower($item)])) {643 $method = self::$cache[$class][$lcItem];