Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Lexer.php
<?php
use
Twig
\
Lexer
;
class_exists
(
'Twig\Lexer'
);
if (\
false
) {
class
Twig_Lexer
extends
Lexer
{
}
}