From 6a9b6f5fe446bfe22b50990269713c89deff30f0 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Wed, 9 Oct 2013 06:16:03 +0000 Subject: [PATCH] #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 --- reference/strings/functions/sprintf.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 70b4ef0efe..31659b69ca 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -252,6 +252,11 @@ The tree contains 0005 monkeys sprintf generating warnings. + + + The c type specifier ignores padding and width + +