File tree
6 files changed
+171
-15
lines changedFilter options
- src/Symfony/Component/Serializer
- Encoder
- Tests
- Encoder
- Fixtures
6 files changed
+171
-15
lines changedsrc/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Encoder/XmlEncoder.php+18-15Lines changed: 18 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 | 29 |
|
34 | 30 |
|
35 | 31 |
|
| ||
58 | 54 |
|
59 | 55 |
|
60 | 56 |
|
61 |
| - |
| 57 | + |
62 | 58 |
|
63 | 59 |
|
64 | 60 |
|
65 | 61 |
|
66 |
| - |
67 |
| - |
| 62 | + |
| 63 | + |
68 | 64 |
|
69 | 65 |
|
70 |
| - |
| 66 | + |
71 | 67 |
|
72 | 68 |
|
73 |
| - |
| 69 | + |
74 | 70 |
|
75 | 71 |
|
76 | 72 |
|
| ||
189 | 185 |
|
190 | 186 |
|
191 | 187 |
|
192 |
| - |
| 188 | + |
193 | 189 |
|
194 | 190 |
|
195 | 191 |
|
| ||
206 | 202 |
|
207 | 203 |
|
208 | 204 |
|
209 |
| - |
| 205 | + |
210 | 206 |
|
211 | 207 |
|
212 | 208 |
|
| ||
219 | 215 |
|
220 | 216 |
|
221 | 217 |
|
222 |
| - |
| 218 | + |
223 | 219 |
|
224 | 220 |
|
225 | 221 |
|
| ||
449 | 445 |
|
450 | 446 |
|
451 | 447 |
|
452 |
| - |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
453 | 456 |
|
454 | 457 |
|
455 | 458 |
|
| ||
488 | 491 |
|
489 | 492 |
|
490 | 493 |
|
491 |
| - |
| 494 | + |
492 | 495 |
|
493 | 496 |
|
494 | 497 |
|
495 | 498 |
|
496 |
| - |
| 499 | + |
497 | 500 |
|
498 | 501 |
|
499 | 502 |
|
|
src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
| ||
702 | 706 |
|
703 | 707 |
|
704 | 708 |
|
| 709 | + |
| 710 | + |
| 711 | + |
| 712 | + |
| 713 | + |
| 714 | + |
| 715 | + |
| 716 | + |
| 717 | + |
| 718 | + |
| 719 | + |
| 720 | + |
| 721 | + |
| 722 | + |
| 723 | + |
| 724 | + |
| 725 | + |
| 726 | + |
| 727 | + |
| 728 | + |
| 729 | + |
| 730 | + |
| 731 | + |
| 732 | + |
| 733 | + |
| 734 | + |
| 735 | + |
| 736 | + |
| 737 | + |
| 738 | + |
| 739 | + |
| 740 | + |
705 | 741 |
|
706 | 742 |
|
707 | 743 |
|
|
src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeNormalizer.php
Copy file name to clipboard+43Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeObject.php
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessage.php
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessageNormalizer.php
Copy file name to clipboard+32Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
0 commit comments