mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 03:40:53 +02:00
- bugfix switch lexer internals depending on mbstring.func_overload
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Smarty Internal Plugin Templateparser
|
||||
*
|
||||
* This is the template parser.
|
||||
* It is generated from the internal.templateparser.y file
|
||||
* @package Smarty
|
||||
* @subpackage Compiler
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
class TP_yyToken implements ArrayAccess
|
||||
{
|
||||
public $string = '';
|
||||
|
||||
Reference in New Issue
Block a user