Commit adb137d
committed
File tree
Expand file treeCollapse file tree
14 files changed
+202
-103
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Tests/Functional
- Bundle/TestBundle
- Controller
- Resources/config
- Component
- HttpFoundation
- Session
- Storage
- Handler
- Proxy
- Tests/Session/Storage/Proxy
- Routing
- Matcher/Dumper
- Tests
- Fixtures/dumper
- Matcher
- Dumper
Expand file treeCollapse file tree
14 files changed
+202
-103
lines changedsrc/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
46 | 54 |
|
47 | 55 |
|
48 | 56 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
5 | 9 |
|
6 | 10 |
|
7 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
129 | 145 |
|
130 | 146 |
|
131 | 147 |
|
|
src/Symfony/Component/HttpFoundation/Session/Session.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Session.php+3-7Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
59 | 57 |
|
60 | 58 |
|
61 | 59 |
|
| ||
160 | 158 |
|
161 | 159 |
|
162 | 160 |
|
163 |
| - |
| 161 | + |
| 162 | + |
| 163 | + |
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
189 |
| - |
190 | 188 |
|
191 | 189 |
|
192 | 190 |
|
| ||
195 | 193 |
|
196 | 194 |
|
197 | 195 |
|
198 |
| - |
199 |
| - |
200 | 196 |
|
201 | 197 |
|
202 | 198 |
|
|
src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
47 | 50 |
|
48 | 51 |
|
49 | 52 |
|
| ||
81 | 84 |
|
82 | 85 |
|
83 | 86 |
|
84 |
| - |
85 |
| - |
86 | 87 |
|
87 | 88 |
|
88 | 89 |
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 |
| - |
411 |
| - |
412 | 410 |
|
413 | 411 |
|
414 | 412 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
85 | 101 |
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
124 | 157 |
|
src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
379 | 379 |
|
380 | 380 |
|
381 | 381 |
|
382 |
| - |
| 382 | + |
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
| ||
746 | 746 |
|
747 | 747 |
|
748 | 748 |
|
| 749 | + |
| 750 | + |
| 751 | + |
| 752 | + |
749 | 753 |
|
750 | 754 |
|
751 | 755 |
|
|
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+45-45Lines changed: 45 additions & 45 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
| 85 | + |
| 86 | + |
87 | 87 |
|
88 |
| - |
89 |
| - |
| 88 | + |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 |
| - |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
| 97 | + |
| 98 | + |
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 |
| - |
103 |
| - |
| 102 | + |
| 103 | + |
104 | 104 |
|
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 |
| - |
109 |
| - |
| 108 | + |
| 109 | + |
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 |
| - |
115 |
| - |
| 114 | + |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 |
| - |
119 |
| - |
120 |
| - |
| 118 | + |
| 119 | + |
| 120 | + |
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 |
| - |
125 |
| - |
| 124 | + |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
| 176 | + |
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
| 183 | + |
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
| ||
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
|
0 commit comments