/home/suroeste/tmp/pma_template_compiles_suroeste/twig/95
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/95/95556a3f258b9d960b7c60f228549260.php (1917B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["class"] ?? null), "html", null, true);
yield ((($context["condition_field"] ?? null)) ? (" condition") : (""));
yield "\">";
// line 2
yield ($context["value"] ?? null);
// line 3
yield " |
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "display/results/value_display.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 45 => 3, 43 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/value_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/value_display.twig");
}
}