File tree
8 files changed
+204
-61
lines changedFilter options
- src/Symfony/Component/Routing
- Matcher/Dumper
- Tests
- Fixtures/dumper
- Matcher
8 files changed
+204
-61
lines changedsrc/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
286 |
| - |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
287 | 291 |
|
288 | 292 |
|
289 | 293 |
|
| ||
329 | 333 |
|
330 | 334 |
|
331 | 335 |
|
332 |
| - |
| 336 | + |
333 | 337 |
|
334 | 338 |
|
335 | 339 |
|
|
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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php+19-4Lines changed: 19 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
74 | 78 |
|
| 79 | + |
75 | 80 |
|
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
79 | 84 |
|
80 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
81 | 90 |
|
82 | 91 |
|
83 | 92 |
|
84 | 93 |
|
85 | 94 |
|
| 95 | + |
86 | 96 |
|
87 | 97 |
|
88 | 98 |
|
| ||
170 | 180 |
|
171 | 181 |
|
172 | 182 |
|
173 |
| - |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
174 | 188 |
|
175 | 189 |
|
176 | 190 |
|
177 | 191 |
|
178 | 192 |
|
| 193 | + |
179 | 194 |
|
180 | 195 |
|
181 | 196 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Component/Routing/Tests/Matcher/DumpedRedirectableUrlMatcherTest.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/Routing/Tests/Matcher/DumpedUrlMatcherTest.php
Copy file name to clipboard+39Lines changed: 39 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 | + |
src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php+24-11Lines changed: 24 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
| 68 | + |
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
| ||
75 | 74 |
|
76 | 75 |
|
77 | 76 |
|
78 |
| - |
79 |
| - |
| 77 | + |
| 78 | + |
80 | 79 |
|
81 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
82 | 95 |
|
0 commit comments