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