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