objects are greater than arrays.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Karoly Negyesi 2013-03-10 10:08:53 +00:00
parent 6aa7058f15
commit 0e6ad6673c

View file

@ -1262,16 +1262,16 @@ case "a": // never reached because "a" is already matched with 0
found in operand 2 then arrays are uncomparable, otherwise - compare
value by value (see following example)</entry>
</row>
<row>
<entry><type>array</type></entry>
<entry>anything</entry>
<entry><type>array</type> is always greater</entry>
</row>
<row>
<entry><type>object</type></entry>
<entry>anything</entry>
<entry><type>object</type> is always greater</entry>
</row>
<row>
<entry><type>array</type></entry>
<entry>anything</entry>
<entry><type>array</type> is always greater</entry>
</row>
</tbody>
</tgroup>
</table>