mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6aa7058f15
commit
0e6ad6673c
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue