cvs: smarty /docs/en/designers/language-builtin-functions language-function-if.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1105002950@cvsserver> |
messju Thu Jan 6 04:15:50 2005 EDT
Modified files:
/smarty/docs/en/designers/language-builtin-functions
language-function-if.xml
Log:
added identity-operator (===) to list of if-operators
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-if.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-if.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-if.xml:1.1 smarty/docs/en/designers/language-builtin-functions/language-function-if.xml:1.2
--- smarty/docs/en/designers/language-builtin-functions/language-function-if.xml:1.1 Tue Apr 13 04:40:21 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-if.xml Thu Jan 6 04:15:48 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.function.if">
<title>if,elseif,else</title>
<para>
@@ -78,6 +78,13 @@
<entry><=</entry>
</row>
<row>
+ <entry>===</entry>
+ <entry></entry>
+ <entry>$a === 0</entry>
+ <entry>check for identity</entry>
+ <entry>===</entry>
+ </row>
+ <row>
<entry>!</entry>
<entry>not</entry>
<entry>not $a</entry>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php