mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
#61626 include warning about %c ignoring width/padding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ea9ca6e6ca
commit
6a9b6f5fe4
1 changed files with 5 additions and 0 deletions
|
@ -252,6 +252,11 @@ The tree contains 0005 monkeys
|
|||
<function>sprintf</function> generating warnings.
|
||||
</para>
|
||||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
The <literal>c</literal> type specifier ignores padding and width
|
||||
</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue