Skip to content

Commit bd72d8b

Browse files
committed
Fix test
1 parent 343b433 commit bd72d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/standard/tests/strings/vprintf_variation15.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
1717
$formats = [
1818
'"%u" "%+u" "%-u"',
1919
'"%lu" "%4u" "%-4u"',
20-
' "%10.4u" "%-10.4u" "%.4u"',
20+
'"%10.4u" "%-10.4u" "%.4u"',
2121
'"%\'#2u "%\'2u" "%\'$2u" "%\'_2u"',
2222
'"%3$u" "%4$u" "%1$u" "%2$u"',
2323
];
@@ -57,8 +57,8 @@ string(27) ""3755744308" "1234" "12345""
5757
int(27)
5858

5959
-- Iteration 3 --
60-
string(32) "" 1234000" "2450319192" "120""
61-
int(32)
60+
string(31) "" 1234000" "2450319192" "120""
61+
int(31)
6262

6363
-- Iteration 4 --
6464
string(17) ""#1 "0" "$0" "10""

0 commit comments

Comments
 (0)