mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02:00
added identity-operator (===) to list of if-operators
This commit is contained in:
@@ -77,6 +77,13 @@
|
|||||||
<entry>less than or equal</entry>
|
<entry>less than or equal</entry>
|
||||||
<entry><=</entry>
|
<entry><=</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>===</entry>
|
||||||
|
<entry></entry>
|
||||||
|
<entry>$a === 0</entry>
|
||||||
|
<entry>check for identity</entry>
|
||||||
|
<entry>===</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>!</entry>
|
<entry>!</entry>
|
||||||
<entry>not</entry>
|
<entry>not</entry>
|
||||||
|
Reference in New Issue
Block a user