Fix bug #65877 - wrong constant used (PHP_INT_MAX not MAXINT).

Patch by Dean Sas <dean@deansas.org>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331790 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2013-10-12 22:53:30 +00:00
parent c7e8def8ac
commit c2d6fe7424

View file

@ -44,7 +44,7 @@
</para>
<note>
<para>
If the number of rows is greater than <constant>MAXINT</constant>, the number
If the number of rows is greater than <constant>PHP_INT_MAX</constant>, the number
will be returned as a string.
</para>
</note>