mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Adding a case with non empty array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338385 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d32fe0ca64
commit
e3e2d8a304
1 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,14 @@
|
|||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>$x = array('a', 'b');</literal></entry>
|
||||
<entry><type>array</type></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&true;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>$x = false;</literal></entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
|
|
Loading…
Reference in a new issue