Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c541 static void TWIG_RUNTIME_ERROR(zval *template TSRMLS_DC, char *message, ...) in TWIG_RUNTIME_ERROR() function
818TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" in object with ArrayAccess of class \"%s\" does… in PHP_FUNCTION()
820TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to access a key \"%s\" on an object of class \"… in PHP_FUNCTION()
823TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" does not exist as the array is empty.", item); in PHP_FUNCTION()
826TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" for array with keys \"%s\" does not exist.", it… in PHP_FUNCTION()
834 TWIG_RUNTIME_ERROR(template TSRMLS_CC, in PHP_FUNCTION()
841 TWIG_RUNTIME_ERROR(template TSRMLS_CC, in PHP_FUNCTION()
890TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on a null variable.… in PHP_FUNCTION()
892TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on an array.", item… in PHP_FUNCTION()
896TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on a %s variable (\… in PHP_FUNCTION()
[all …]