Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
Dtwig.c202 zval *zfunction; in TWIG_CALL_USER_FUNC_ARRAY() local
217 MAKE_STD_ZVAL(zfunction); in TWIG_CALL_USER_FUNC_ARRAY()
218 ZVAL_STRING(zfunction, function, 1); in TWIG_CALL_USER_FUNC_ARRAY()
221 fci.function_name = zfunction; in TWIG_CALL_USER_FUNC_ARRAY()
241 FREE_DTOR(zfunction); in TWIG_CALL_USER_FUNC_ARRAY()
390 zval *zfunction; in TWIG_CALL_S() local
397 MAKE_STD_ZVAL(zfunction); in TWIG_CALL_S()
398 ZVAL_STRING(zfunction, method, 1); in TWIG_CALL_S()
401 fci.function_name = zfunction; in TWIG_CALL_S()
414 FREE_DTOR(zfunction); in TWIG_CALL_S()
[all …]