colder Wed Sep 6 12:25:19 2006 UTC
Modified files:
/phpdoc/en/language operators.xml
Log:
Fix #33035 (Introduce instanceof's precedence)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.105&r2=1.106&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.105
phpdoc/en/language/operators.xml:1.106
--- phpdoc/en/language/operators.xml:1.105 Wed Sep 6 11:55:09 2006
+++ phpdoc/en/language/operators.xml Wed Sep 6 12:25:19 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.105 $ -->
+<!-- $Revision: 1.106 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -72,12 +72,26 @@
</row>
<row>
<entry>non-associative</entry>
- <entry>! ~ - (int) (float) (string) (array) (object) @</entry>
+ <entry>~ - (int) (float) (string) (array) (object) @</entry>
<entry>
<link linkend="language.types">types</link>
</entry>
</row>
<row>
+ <entry>non-associative</entry>
+ <entry>instanceof</entry>
+ <entry>
+ <link linkend="language.types">types</link>
+ </entry>
+ </row>
+ <row>
+ <entry>right</entry>
+ <entry>!</entry>
+ <entry>
+ <link linkend="language.operators.logical">logical</link>
+ </entry>
+ </row>
+ <row>
<entry>left</entry>
<entry>* / %</entry>
<entry>