fix count() example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286413 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2009-07-27 14:43:32 +00:00
parent fd5f753b62
commit f76caafe89

View file

@ -73,9 +73,9 @@ var_dump($collection->count(array(), array('z'=>1)));
&example.outputs.similar;
<screen>
<![CDATA[
float(3)
float(1)
float(0)
int(3)
int(1)
int(0)
]]>
</screen>
</example>