Searched refs:TWIG_RUNTIME_ERROR (Results 1 – 1 of 1) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/ |
H A D | twig.c | 541 static void TWIG_RUNTIME_ERROR(zval *template TSRMLS_DC, char *message, ...) in TWIG_RUNTIME_ERROR() function 818 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" in object with ArrayAccess of class \"%s\" does… in PHP_FUNCTION() 820 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to access a key \"%s\" on an object of class \"… in PHP_FUNCTION() 823 … TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" does not exist as the array is empty.", item); in PHP_FUNCTION() 826 …TWIG_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() 890 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on a null variable.… in PHP_FUNCTION() 892 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on an array.", item… in PHP_FUNCTION() 896 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on a %s variable (\… in PHP_FUNCTION() [all …]
|