init web ems all
This commit is contained in:
11
phpMyAdmin/vendor/twig/extensions/src/ArrayExtension.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/ArrayExtension.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions;
|
||||
|
||||
class_exists('Twig_Extensions_Extension_Array');
|
||||
|
||||
if (\false) {
|
||||
class ArrayExtension extends \Twig_Extensions_Extension_Array
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/DateExtension.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/DateExtension.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions;
|
||||
|
||||
class_exists('Twig_Extensions_Extension_Date');
|
||||
|
||||
if (\false) {
|
||||
class DateExtension extends \Twig_Extensions_Extension_Date
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/I18nExtension.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/I18nExtension.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions;
|
||||
|
||||
class_exists('Twig_Extensions_Extension_I18n');
|
||||
|
||||
if (\false) {
|
||||
class I18nExtension extends \Twig_Extensions_Extension_I18n
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/IntlExtension.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/IntlExtension.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions;
|
||||
|
||||
class_exists('Twig_Extensions_Extension_Intl');
|
||||
|
||||
if (\false) {
|
||||
class IntlExtension extends \Twig_Extensions_Extension_Intl
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/Node/TransNode.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/Node/TransNode.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions\Node;
|
||||
|
||||
class_exists('Twig_Extensions_Node_Trans');
|
||||
|
||||
if (\false) {
|
||||
class TransNode extends \Twig_Extensions_Node_Trans
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/TextExtension.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/TextExtension.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions;
|
||||
|
||||
class_exists('Twig_Extensions_Extension_Text');
|
||||
|
||||
if (\false) {
|
||||
class TextExtension extends \Twig_Extensions_Extension_Text
|
||||
{
|
||||
}
|
||||
}
|
||||
11
phpMyAdmin/vendor/twig/extensions/src/TokenParser/TransTokenParser.php
vendored
Executable file
11
phpMyAdmin/vendor/twig/extensions/src/TokenParser/TransTokenParser.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Extensions\TokenParser;
|
||||
|
||||
class_exists('Twig_Extensions_TokenParser_Trans');
|
||||
|
||||
if (\false) {
|
||||
class TransTokenParser extends \Twig_Extensions_TokenParser_Trans
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user