Add a note about position specifiers respecting PHP_INT_MAX.

Fixes doc bug #61531 (Integer Overflow in all printf functions).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-11-12 02:14:56 +00:00
parent 5c96ba57d9
commit 87455002a7

View file

@ -245,6 +245,13 @@ The tree contains 0005 monkeys
</screen>
</example>
</para>
<note>
<para>
Attempting to use a position specifier greater than
<constant>PHP_INT_MAX</constant> will result in
<function>sprintf</function> generating warnings.
</para>
</note>
</listitem>
</varlistentry>
<varlistentry>