Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/phpwinfx/tmp/twig/cb/ |
<?php /* columns_definitions/column_length.twig */ class __TwigTemplate_2bb8ad223f29b5df900d41e32c8a2fe9b138475d5c9a63716dfd375b765100e4 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "<input id=\"field_"; echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); echo "_"; echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); echo "\" type=\"text\" name=\"field_length["; // line 3 echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); echo "]\" size=\""; // line 4 echo twig_escape_filter($this->env, ($context["length_values_input_size"] ?? null), "html", null, true); echo "\" value=\""; // line 5 echo twig_escape_filter($this->env, ($context["length_to_display"] ?? null), "html", null, true); echo "\" class=\"textfield\" /> <p class=\"enum_notice\" id=\"enum_notice_"; // line 7 echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); echo "_"; echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); echo "\"> <a href=\"#\" class=\"open_enum_editor\"> "; // line 9 echo _gettext("Edit ENUM/SET values"); // line 10 echo " </a> </p> "; } public function getTemplateName() { return "columns_definitions/column_length.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 49 => 10, 47 => 9, 40 => 7, 35 => 5, 31 => 4, 27 => 3, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "columns_definitions/column_length.twig", "D:\\xampp\\phpMyAdmin\\templates\\columns_definitions\\column_length.twig"); } }