Commit 91ecd89
File tree
22 files changed
+230
-222
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Tests/Routing
- Component/Routing
- Matcher
- Dumper
- Tests
- Fixtures/dumper
- Matcher
- Dumper
22 files changed
+230
-222
lines changedsrc/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php+21-43Lines changed: 21 additions & 43 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
132 |
| - |
| 131 | + |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
139 | 144 |
|
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
143 | 148 |
|
144 | 149 |
|
145 |
| - |
| 150 | + |
146 | 151 |
|
147 | 152 |
|
148 | 153 |
|
| ||
238 | 243 |
|
239 | 244 |
|
240 | 245 |
|
241 |
| - |
242 |
| - |
243 |
| - |
244 | 246 |
|
245 | 247 |
|
246 | 248 |
|
| ||
535 | 537 |
|
536 | 538 |
|
537 | 539 |
|
538 |
| - |
539 |
| - |
| 540 | + |
| 541 | + |
540 | 542 |
|
541 | 543 |
|
542 | 544 |
|
| ||
545 | 547 |
|
546 | 548 |
|
547 | 549 |
|
548 |
| - |
549 |
| - |
550 |
| - |
551 |
| - |
552 |
| - |
553 |
| - |
554 |
| - |
555 |
| - |
556 |
| - |
557 |
| - |
558 |
| - |
559 |
| - |
560 |
| - |
561 |
| - |
562 |
| - |
563 |
| - |
| 550 | + |
| 551 | + |
564 | 552 |
|
565 | 553 |
|
566 | 554 |
|
567 | 555 |
|
568 | 556 |
|
569 | 557 |
|
570 |
| - |
571 | 558 |
|
572 | 559 |
|
573 | 560 |
|
| ||
647 | 634 |
|
648 | 635 |
|
649 | 636 |
|
650 |
| - |
651 |
| - |
652 |
| - |
653 | 637 |
|
654 | 638 |
|
655 | 639 |
|
| ||
662 | 646 |
|
663 | 647 |
|
664 | 648 |
|
665 |
| - |
666 |
| - |
667 |
| - |
668 |
| - |
669 |
| - |
| 649 | + |
| 650 | + |
670 | 651 |
|
671 | 652 |
|
672 | 653 |
|
| ||
675 | 656 |
|
676 | 657 |
|
677 | 658 |
|
678 |
| - |
679 |
| - |
680 |
| - |
681 |
| - |
682 |
| - |
| 659 | + |
| 660 | + |
683 | 661 |
|
684 | 662 |
|
685 | 663 |
|
|
src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php+9-21Lines changed: 9 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
31 | 39 |
|
32 | 40 |
|
33 | 41 |
|
| ||
41 | 49 |
|
42 | 50 |
|
43 | 51 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 | 52 |
|
src/Symfony/Component/Routing/Matcher/UrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/UrlMatcher.php+22-8Lines changed: 22 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
37 | 49 |
|
38 | 50 |
|
39 | 51 |
|
| ||
70 | 82 |
|
71 | 83 |
|
72 | 84 |
|
73 |
| - |
| 85 | + |
74 | 86 |
|
75 | 87 |
|
76 | 88 |
|
| ||
141 | 153 |
|
142 | 154 |
|
143 | 155 |
|
144 |
| - |
| 156 | + |
145 | 157 |
|
146 | 158 |
|
147 | 159 |
|
148 | 160 |
|
149 | 161 |
|
150 | 162 |
|
151 | 163 |
|
152 |
| - |
| 164 | + |
153 | 165 |
|
154 | 166 |
|
155 | 167 |
|
156 | 168 |
|
157 | 169 |
|
158 | 170 |
|
159 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
160 | 178 |
|
161 | 179 |
|
162 | 180 |
|
| ||
197 | 215 |
|
198 | 216 |
|
199 | 217 |
|
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
| 218 | + |
205 | 219 |
|
206 | 220 |
|
207 | 221 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher0.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher0.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php+17-3Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
67 | 68 |
|
68 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
69 | 76 |
|
70 | 77 |
|
71 | 78 |
|
| ||
209 | 216 |
|
210 | 217 |
|
211 | 218 |
|
| 219 | + |
212 | 220 |
|
213 |
| - |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
214 | 228 |
|
215 | 229 |
|
216 | 230 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher10.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher10.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
2799 | 2799 |
|
2800 | 2800 |
|
2801 | 2801 |
|
| 2802 | + |
2802 | 2803 |
|
2803 |
| - |
| 2804 | + |
| 2805 | + |
| 2806 | + |
| 2807 | + |
| 2808 | + |
| 2809 | + |
| 2810 | + |
2804 | 2811 |
|
2805 | 2812 |
|
2806 | 2813 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher11.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher11.php+16-14Lines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
28 | 33 |
|
29 | 34 |
|
30 | 35 |
|
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
34 |
| - |
| 39 | + |
35 | 40 |
|
36 |
| - |
| 41 | + |
37 | 42 |
|
38 | 43 |
|
39 | 44 |
|
| ||
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
121 | 123 |
|
122 | 124 |
|
123 | 125 |
|
|
0 commit comments