<?php
declare(strict_types=1);
if (class_exists('Twig_SimpleFunction')) {
return;
}
class Twig_SimpleFunction
{