diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-27 12:21:01 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2022-09-27 12:21:01 +0200 |
| commit | 254b5cabeeab75e84ed71fc9b6c26c60866767c4 (patch) | |
| tree | 911bb53707520fc41ddef948264eb945f4ba0fe0 /lexer/smarty_internal_templatelexer.plex | |
| parent | 1b556c7077c57b94e2cec093a0877c9d4d571188 (diff) | |
| download | smarty-254b5cabeeab75e84ed71fc9b6c26c60866767c4.tar.gz smarty-254b5cabeeab75e84ed71fc9b6c26c60866767c4.tar.bz2 smarty-254b5cabeeab75e84ed71fc9b6c26c60866767c4.zip | |
Dropped remaining references to removed PHP-support in Smarty 4 from docs, lexer and security class.
Diffstat (limited to 'lexer/smarty_internal_templatelexer.plex')
| -rw-r--r-- | lexer/smarty_internal_templatelexer.plex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lexer/smarty_internal_templatelexer.plex b/lexer/smarty_internal_templatelexer.plex index 67c840d7..2cd46df9 100644 --- a/lexer/smarty_internal_templatelexer.plex +++ b/lexer/smarty_internal_templatelexer.plex @@ -161,7 +161,6 @@ class Smarty_Internal_Templatelexer 'COMMENT' => 'comment', 'AS' => 'as', 'TO' => 'to', - 'PHP' => '"<?php", "<%", "{php}" tag', 'LOGOP' => '"<", "==" ... logical operator', 'TLOGOP' => '"lt", "eq" ... logical operator; "is div by" ... if condition', 'SCOND' => '"is even" ... if condition', |
