We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343b433 commit bd72d8bCopy full SHA for bd72d8b
ext/standard/tests/strings/vprintf_variation15.phpt
@@ -17,7 +17,7 @@ echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
17
$formats = [
18
'"%u" "%+u" "%-u"',
19
'"%lu" "%4u" "%-4u"',
20
- ' "%10.4u" "%-10.4u" "%.4u"',
+ '"%10.4u" "%-10.4u" "%.4u"',
21
'"%\'#2u "%\'2u" "%\'$2u" "%\'_2u"',
22
'"%3$u" "%4$u" "%1$u" "%2$u"',
23
];
@@ -57,8 +57,8 @@ string(27) ""3755744308" "1234" "12345""
57
int(27)
58
59
-- Iteration 3 --
60
-string(32) "" 1234000" "2450319192" "120""
61
-int(32)
+string(31) "" 1234000" "2450319192" "120""
+int(31)
62
63
-- Iteration 4 --
64
string(17) ""#1 "0" "$0" "10""
0 commit comments