summaryrefslogtreecommitdiff
path: root/lexer/smarty_internal_templatelexer.plex
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2022-09-27 12:21:01 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2022-09-27 12:21:01 +0200
commit254b5cabeeab75e84ed71fc9b6c26c60866767c4 (patch)
tree911bb53707520fc41ddef948264eb945f4ba0fe0 /lexer/smarty_internal_templatelexer.plex
parent1b556c7077c57b94e2cec093a0877c9d4d571188 (diff)
downloadsmarty-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.plex1
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',