Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c550 zval *filename_func; in TWIG_RUNTIME_ERROR() local
571 MAKE_STD_ZVAL(filename_func); in TWIG_RUNTIME_ERROR()
579 ZVAL_STRINGL(filename_func, "getTemplateName", sizeof("getTemplateName")-1, 1); in TWIG_RUNTIME_ERROR()
580 call_user_function(EG(function_table), &template, filename_func, filename, 0, 0 TSRMLS_CC); in TWIG_RUNTIME_ERROR()
592 FREE_DTOR(filename_func); in TWIG_RUNTIME_ERROR()
1133 zval *filename_func; in PHP_FUNCTION() local
1139 MAKE_STD_ZVAL(filename_func); in PHP_FUNCTION()
1142 ZVAL_STRINGL(filename_func, "getTemplateName", sizeof("getTemplateName")-1, 1); in PHP_FUNCTION()
1143 call_user_function(EG(function_table), &object, filename_func, object_filename, 0, 0 TSRMLS_CC); in PHP_FUNCTION()
1144 ZVAL_STRINGL(filename_func, "getTemplateName", sizeof("getTemplateName")-1, 1); in PHP_FUNCTION()
[all …]