cvs: smarty /libs Smarty_Compiler.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1096442179@cvsserver> |
messju Wed Sep 29 03:16:19 2004 EDT
Modified files:
/smarty/libs Smarty_Compiler.class.php
Log:
added some property declarations
http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.348&r2=1.349&ty=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.348 smarty/libs/Smarty_Compiler.class.php:1.349
--- smarty/libs/Smarty_Compiler.class.php:1.348 Tue Sep 21 11:28:04 2004
+++ smarty/libs/Smarty_Compiler.class.php Wed Sep 29 03:16:17 2004
@@ -26,7 +26,7 @@
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.348 2004/09/21 15:28:04 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.349 2004/09/29 07:16:17 messju Exp $ */
/**
* Template compiling class
@@ -49,7 +49,9 @@
var $_si_qstr_regexp = null;
var $_qstr_regexp = null;
var $_func_regexp = null;
+ var $_reg_obj_regexp = null;
var $_var_bracket_regexp = null;
+ var $_num_const_regexp = null;
var $_dvar_guts_regexp = null;
var $_dvar_regexp = null;
var $_cvar_regexp = null;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php