- bugfix switch lexer internals depending on mbstring.func_overload

This commit is contained in:
uwe.tews@googlemail.com
2011-10-06 14:36:30 +00:00
parent 3825ef336c
commit 904731fd1f
5 changed files with 25 additions and 13 deletions
@@ -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 = '';