Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c552 zval *constructor_args[3]; in TWIG_RUNTIME_ERROR() local
582 constructor_args[0] = zmessage; in TWIG_RUNTIME_ERROR()
583 constructor_args[1] = lineno; in TWIG_RUNTIME_ERROR()
584 constructor_args[2] = filename; in TWIG_RUNTIME_ERROR()
585 …call_user_function(EG(function_table), &ex, constructor, constructor_retval, 3, constructor_args T… in TWIG_RUNTIME_ERROR()