Skip to content

Commit

Permalink
Fix indentation/trailing whitespaces of 32-bit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Feb 3, 2020
1 parent 0253a23 commit 9942f45
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 130 deletions.
24 changes: 12 additions & 12 deletions ext/standard/tests/strings/vfprintf_variation12.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";

// defining array of octal formats
$formats =
'%o %+o %-o
'%o %+o %-o
%lo %Lo %4o %-4o
%10.4o %-10.4o %.4o
%10.4o %-10.4o %.4o
%\'#2o %\'2o %\'$2o %\'_2o
%3$o %4$o %1$o %2$o';

Expand Down Expand Up @@ -92,32 +92,32 @@ unlink($data_file);
*** Testing vfprintf() : octal formats and non-octal values ***

-- Iteration 1 --
2 0 12
2 0 12
361100 o 37777775456 2322

30071 14 37777777764 37777416700
12 361100 2 0
-- Iteration 2 --
2 37777777776 2
2 37777777776 2
361100 o 37720715133 57062645

57060664 4475347 37721631371 37720717336
2 361100 2 37777777776
-- Iteration 3 --
0 0 0
0 0 0
173 o 37777777605 173

2322 0 $0 _0
0 173 0 0
-- Iteration 4 --
1 1 1
1 1 1
1 o 1 1

#1 1 $1 _1
1 1 1 1
-- Iteration 5 --
1 1 0
1 1 0
1 o 0 1

#0 1 $1 _0
0 1 1 1
24 changes: 12 additions & 12 deletions ext/standard/tests/strings/vfprintf_variation14.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vfprintf() : hexa formats and non-hexa values ***\n";

// defining array of different hexa formats
$formats =
'%x %+x %-x
'%x %+x %-x
%lx %Lx %4x %-4x
%10.4x %-10.4x %.4x
%10.4x %-10.4x %.4x
%\'#2x %\'2x %\'$2x %\'_2x
%3$x %4$x %1$x %2$x';

Expand Down Expand Up @@ -92,32 +92,32 @@ unlink($data_file);
*** Testing vfprintf() : hexa formats and non-hexa values ***

-- Iteration 1 --
2 0 a
2 0 a
1e240 x fffffb2e 4d2

3039 c fffffff4 fffe1dc0
a 1e240 2 0
-- Iteration 2 --
2 fffffffe 2
2 fffffffe 2
1e240 x ff439a5b bc65a5

bc61b4 127ae7 ff4732f9 ff439ede
2 1e240 2 fffffffe
-- Iteration 3 --
0 0 0
0 0 0
7b x ffffff85 7b

4d2 0 $0 _0
0 7b 0 0
-- Iteration 4 --
1 1 1
1 1 1
1 x 1 1

#1 1 $1 _1
1 1 1 1
-- Iteration 5 --
1 1 0
1 1 0
1 x 0 1

#0 1 $1 _0
0 1 1 1
20 changes: 10 additions & 10 deletions ext/standard/tests/strings/vfprintf_variation16.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vfprintf() : unsigned formats and signed & other types of valu

// defining array of unsigned formats
$formats =
'%u %+u %-u
'%u %+u %-u
%lu %Lu %4u %-4u
%10.4u %-10.4u %.4u
%10.4u %-10.4u %.4u
%\'#2u %\'2u %\'$2u %\'_2u
%3$u %4$u %1$u %2$u';

Expand Down Expand Up @@ -85,26 +85,26 @@ unlink($data_file);
*** Testing vfprintf() : unsigned formats and signed & other types of values ***

-- Iteration 1 --
2 0 10
2 0 10
123456 u 1234 2820130816
2840207360 1177509888 12345
2840207360 1177509888 12345
12 4294967284 4294843840 _3
10 123456 2 0
-- Iteration 2 --
0 0 0
0 0 0
123 u 4294967173 123
0 0 0
0 0 0
1234 0 $0 _0
0 123 0 0
-- Iteration 3 --
1 1 1
1 1 1
1 u 1 1
1 1 1
1 1 1
#1 1 $1 _1
1 1 1 1
-- Iteration 4 --
1 1 0
1 1 0
1 u 0 1
1 1 0
1 1 0
#0 1 $1 _0
0 1 1 1
34 changes: 17 additions & 17 deletions ext/standard/tests/strings/vprintf_variation12.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vprintf() : octal formats and non-octal values ***\n";

// defining array of octal formats
$formats =
'%o %+o %-o
'%o %+o %-o
%lo %Lo %4o %-4o
%10.4o %-10.4o %.4o
%10.4o %-10.4o %.4o
%\'#2o %\'2o %\'$2o %\'_2o
%3$o %4$o %1$o %2$o';

Expand Down Expand Up @@ -83,41 +83,41 @@ foreach($args_array as $args) {
*** Testing vprintf() : octal formats and non-octal values ***

-- Iteration 1 --
2 0 12
2 0 12
361100 o 37777775456 2322

30071 14 37777777764 37777416700
12 361100 2 0
int(116)
int(114)

-- Iteration 2 --
2 37777777776 2
2 37777777776 2
361100 o 37720715133 57062645

57060664 4475347 37721631371 37720717336
2 361100 2 37777777776
int(146)
int(144)

-- Iteration 3 --
0 0 0
0 0 0
173 o 37777777605 173

2322 0 $0 _0
0 173 0 0
int(88)
int(86)

-- Iteration 4 --
1 1 1
1 1 1
1 o 1 1

#1 1 $1 _1
1 1 1 1
int(75)
int(73)

-- Iteration 5 --
1 1 0
1 1 0
1 o 0 1

#0 1 $1 _0
0 1 1 1
int(75)
int(73)
34 changes: 17 additions & 17 deletions ext/standard/tests/strings/vprintf_variation14.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";

// defining array of different hexa formats
$formats =
'%x %+x %-x
'%x %+x %-x
%lx %Lx %4x %-4x
%10.4x %-10.4x %.4x
%10.4x %-10.4x %.4x
%\'#2x %\'2x %\'$2x %\'_2x
%3$x %4$x %1$x %2$x';

Expand Down Expand Up @@ -84,41 +84,41 @@ foreach($args_array as $args) {
*** Testing vprintf() : hexa formats and non-hexa values ***

-- Iteration 1 --
2 0 a
2 0 a
1e240 x fffffb2e 4d2

3039 c fffffff4 fffe1dc0
a 1e240 2 0
int(101)
int(99)

-- Iteration 2 --
2 fffffffe 2
2 fffffffe 2
1e240 x ff439a5b bc65a5

bc61b4 127ae7 ff4732f9 ff439ede
2 1e240 2 fffffffe
int(124)
int(122)

-- Iteration 3 --
0 0 0
0 0 0
7b x ffffff85 7b

4d2 0 $0 _0
0 7b 0 0
int(82)
int(80)

-- Iteration 4 --
1 1 1
1 1 1
1 x 1 1

#1 1 $1 _1
1 1 1 1
int(75)
int(73)

-- Iteration 5 --
1 1 0
1 1 0
1 x 0 1

#0 1 $1 _0
0 1 1 1
int(75)
int(73)
28 changes: 14 additions & 14 deletions ext/standard/tests/strings/vprintf_variation16.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ echo "*** Testing vprintf() : unsigned formats and signed & other types of value

// defining array of unsigned formats
$formats =
'%u %+u %-u
'%u %+u %-u
%lu %Lu %4u %-4u
%10.4u %-10.4u %.4u
%10.4u %-10.4u %.4u
%\'#2u %\'2u %\'$2u %\'_2u
%3$u %4$u %1$u %2$u';

Expand Down Expand Up @@ -75,33 +75,33 @@ foreach($args_array as $args) {
*** Testing vprintf() : unsigned formats and signed & other types of values ***

-- Iteration 1 --
2 0 10
2 0 10
123456 u 1234 2820130816
2840207360 1177509888 12345
2840207360 1177509888 12345
12 4294967284 4294843840 _3
10 123456 2 0
int(115)
int(113)

-- Iteration 2 --
0 0 0
0 0 0
123 u 4294967173 123
0 0 0
0 0 0
1234 0 $0 _0
0 123 0 0
int(88)
int(86)

-- Iteration 3 --
1 1 1
1 1 1
1 u 1 1
1 1 1
1 1 1
#1 1 $1 _1
1 1 1 1
int(76)
int(74)

-- Iteration 4 --
1 1 0
1 1 0
1 u 0 1
1 1 0
1 1 0
#0 1 $1 _0
0 1 1 1
int(76)
int(74)
Loading

0 comments on commit 9942f45

Please sign in to comment.