Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c996 char *methodForDeprecation = NULL; in PHP_FUNCTION() local
1010 methodForDeprecation = emalloc(item_len + 1); in PHP_FUNCTION()
1011 sprintf(methodForDeprecation, "%s", item); in PHP_FUNCTION()
1149 …if (strcmp(methodForDeprecation, "renderBlock") == 0 || strcmp(methodForDeprecation, "displayBlock… in PHP_FUNCTION()
1158 } else if (strcmp(methodForDeprecation, "hasBlock") == 0) { in PHP_FUNCTION()
1167 …} else if (strcmp(methodForDeprecation, "render") == 0 || strcmp(methodForDeprecation, "display") … in PHP_FUNCTION()
1180 methodForDeprecation, in PHP_FUNCTION()
1204 efree(methodForDeprecation); in PHP_FUNCTION()
1215 efree(methodForDeprecation); in PHP_FUNCTION()