Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c1135 char *deprecation_message = NULL; in PHP_FUNCTION() local
1178 &deprecation_message, in PHP_FUNCTION()
1188 zend_error(E_USER_DEPRECATED, "%s", deprecation_message); in PHP_FUNCTION()
1194 free(deprecation_message); in PHP_FUNCTION()